Read the detailed recipe for using Run Groups in Tractest in our documentation.
This is a simple quick start on how to run 3 tests in a Run Group.
docker compose up --build
tracetest run test -f ./test-api-1.yaml -f test-api-2.yaml -f test-api-3.yaml --group nodejs-group-X
Edit the
X
every time you run a group of tests.
Feel free to check out the docs, and join our Slack Community for more info!