Auto-Import
It is recommended to re-import your automated tests regularely. This task can be accomplished by CI. On every push to main branch you can import automated tests and update their IDs for new tests added. This will keep tests in Testomat.io and in codebase in sync.
GitHub Actions
If you use GitHub Actions you can use the following workflow file to perform auto-import.
- We use
check-tests
command with Playwright with TypeScript configured but you can replace it with a framework of your choice. TESTOMATIO
token must be passed as a secret variable into a workflow- Changes to tests are automatically committed via
git-auto-commit-action
GitLab
Coming soon…
Jenkins
Coming soon…