Skip to content

Manage

The Manage screen, showing the Config tab

Manage (at /manage) is the operational console for the project you’re working on. It’s where you edit the configuration your tests read at runtime, generate CI/CD pipeline files, and see which browsers Testver currently has open.

It holds two tabs:

TabIconWhat it covers
ConfigFile-cogEnvironment and config files in the project — edit key/value pairs, mark values as secret, load extra config files.
Browser SessionsServerEvery browser session this Testver server is tracking, with the ability to close them.
  • QA engineers who need to point a suite at a different environment (QA, staging, production) without editing files by hand.
  • Anyone setting up CI who wants a working pipeline file without writing YAML from scratch.
  • Anyone troubleshooting a browser that seems stuck or a machine that’s running hot.

Manage sits in the left navigation under Test Automation, between Code Map and Results, marked with a wrench icon.

The active tab is stored in the address bar, so /manage?tab=cicd opens straight to CI/CD and /manage?tab=browser-sessions straight to Browser Sessions. Both are safe to bookmark.

Each tab has its own guide:

TabGuideWhat you do there
ConfigConfig tabEdit environment and config files your tests read at runtime.
Browser SessionsBrowser Sessions tabSee and close the browser sessions Testver is tracking.

How do I point my tests at a different environment?

Section titled “How do I point my tests at a different environment?”

Open Manage → Config, select the config file your tests read, change the relevant value (for example BASE_URL), and save. Run the suite again from Advanced → Runner.

How do I hide a password from people looking at my screen?

Section titled “How do I hide a password from people looking at my screen?”

Testver masks it automatically — it detects credential-looking key names and flags those rows as secret. Click the eye icon to reveal one when you need to check it.

CI/CD has its own screen — see CI/CD Pipelines. Map a pipeline to a suite, cycle, or command, create a CI token, and generate the config for GitHub Actions, GitLab CI, Jenkins, Azure Pipelines, Bitbucket, or CircleCI.

How do I close a browser that’s stuck open?

Section titled “How do I close a browser that’s stuck open?”

Open Manage → Browser Sessions, find the entry, and close it. If it carries a Test run badge, remember that closing it also ends that test run.

How do I add a config file Testver didn’t find?

Section titled “How do I add a config file Testver didn’t find?”

Use Load a config file on the Config tab and enter its path relative to the project root.

  • Keep one config file per environment. It’s much easier to reason about qa.env and staging.env than one file whose values you keep rewriting.
  • Save before you run. Unsaved edits (amber dot) aren’t what your tests will read.
  • Check Browser Sessions after a crash. Orphaned sessions are the most common cause of “my machine got slow after testing”.
  • Commit generated pipeline files. The CI/CD tab generates them; your repository is what actually runs them.

My config change didn’t take effect. Confirm you saved (the amber unsaved-changes dot should be gone), and confirm the file you edited is the one your tests actually read. Many projects have more than one.

A config file I expect isn’t listed. Press Rescan. If it still doesn’t appear, add it explicitly with Load a config file.

Browser Sessions is empty but I see a browser window. That window probably wasn’t launched by Testver — the tab only tracks sessions this server started or that connected to it.

Where did the Browser Sessions tab go? It used to be in Settings. It moved here. Settings is now scoped to Testver-level configuration (AI providers, skills, MCP servers, connectors), while anything operational for the project lives on Manage.