Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before running your functional tests you need to set up the backend server to receive the test footprints. See 'Using Python Agents - Running backend server using SeaLights agent'

Once set up you now run your tests normally while generating one or more JUnit xml result files to be reported to the SeaLights server.

...

The command is the same as you would use on the backend server. See 'Using Python Agents - Running backend server using SeaLights agent'

Test Duration
Please note that tests must run for a minimum of 1s for SeaLights to calculate coverage. If your test duration is under 1s, adding a brief pause to your test will allow SeaLights to complete the coverage sampling process.

Upload report files

Once done running the tests you upload the report files to the SeaLights server

...