/
How to run manual tests?
How to run manual tests?
In order to run manual tests you should first set up your environment to scan a build and capture coverage
Setup the build scanner
Add code coverage and run tests
Running manual tests
In order for SeaLights to capture the code coverage for manual tests, the server needs to receive a start and an end event before and after the tests are performed. If you have the ability to generate test results in a junit format xml file, you can also upload before sending the end event.
You can do this using different agents of SeaLights, depending on your architecture:
Java command line
Node.js command line
Related content
Using Java Agents - Running Tests
Using Java Agents - Running Tests
More like this
Using Java Agents - Installing the Coverage Listener as a JVM Java Agent
Using Java Agents - Installing the Coverage Listener as a JVM Java Agent
More like this
How-to articles
How-to articles
Read with this
Running Tests without a supported framework
Running Tests without a supported framework
More like this
Running Manual tests with our Chrome Extension
Running Manual tests with our Chrome Extension
Read with this
SeaLights Jenkins plugin - Running Tests using the SeaLights CLI
SeaLights Jenkins plugin - Running Tests using the SeaLights CLI
More like this