Running tests and analyzing test runs
Trigger and analyze tests to gain confidence about your product and detect regressions.
NOTE: test runs are executing the previously generated code, there's no AI involved in executing the code.
Triggering tests
Test runs can be triggered in multiple ways:
- manually, from the UI
- as an individual test, or part of test suite run
- from CI/CD, using GitHub Action, both for individual test cases and test suites.
It's also possible to override the parameters like URL, secrets and browser engine.
Individual tests
Open the individual test and click on the Run button. Tests are listed under [Tests] section (https://app.foreai.co/test-cases).