Deleting test run results
Over time, test run results build up and take up space in the Galasa Ecosystem. You can delete test runs which have completed in the past by using the galasactl runs delete
command.
To view the full command syntax, see the galasactl runs delete command reference.
Working with the galasactl runs delete
command¶
The following example deletes a test run called C1234:
Identifying test runs to delete¶
Use the galasactl runs get
command to find the names of the test runs to delete. For example, use the --age
option to specify a time period in which the tests ran.
The --format raw
option is useful if you are writing a script to delete multiple test runs.
To view the full command syntax, see the galasactl runs get command reference.