Skip to main content
On the Results page, you can use a test row’s overflow menu or select several tests and apply bulk actions. To pause a single test from a row overflow, see Pausing tests.

Select tests

On the Results page, select the tests you want to act on. After you select one or more tests, open the overflow menu for the bulk actions below.

Export test configurations

To export one test, open its row overflow (⋯) and select Export test config. To export several tests, select them, open the bulk overflow, and select Export selected test configs. Openlayer downloads the selected definitions as a ready-to-use tests.json array and also copies the JSON to your clipboard when your browser permits it. You can check the file into your repository and use it with openlayer push to keep the tests in sync. See the tests.json structure for the exported fields. The openlayer tests command also exports tests, but its output wraps the definitions in _meta and items. The Results page download is the tests.json array itself.

Run, pause, duplicate, tag

The overflow menu includes:
  • Run selected — in monitoring mode, run the selected tests.
  • Pause selected — pause the selected tests so they do not compute results. For the single-test overflow and the paused-tests banner, see Pausing tests.
  • Duplicate selected — duplicate the selected tests.
  • Tag selected — tag the selected tests.

Archive and unarchive

  • Archive selected — archive the selected tests. Archiving hides a test while preserving its result history, and you can reverse it from the platform.
  • Unarchive selected — restore archived tests you have selected.
To archive tests from the CLI instead of the Results page, see openlayer tests delete.

Delete

  • Delete selected — delete the selected tests.
To remove tests from the CLI, see openlayer tests delete.