improved

See what tests will not run in a plan

You can now run API tests and browser tests within the same plan to offload certain tasks, such as test data creation and authentication, to the API layer. If API tests are added to an existing plan, it may not have an API base URL configured and will not run API tests.

We improved the visibility of tests that will not run as part of the plan due to a missing base URL configuration that you will need to add. In the plan view, you will see a warning icon next to the stage name indicating that one or more tests in this stage are disabled. Hovering over the disabled test name will display a tooltip indicating which type of URL needs to be added.

2018

In plan edit form, you will see a similar warning indicator next to the test name that will not run due to a missing URL. Once the missing URL is added via the Edit Environment sidebar, the warning will disappear indicating that the test will now run as part of the plan.

1832