UI and API tests. Written with pure Playwright framework
Node.js v12+
npm install
e2efor run all ui testsapifor run all API tests
npm run-script e2e
Console output provides simple description of ran tests.
HTML report can be found in:
./api-reportfor API tests./e2e-reportfor UI tests
To serve HTML report run npm run-script e2e-report
CI/CD config can be found here: .circleci/config.yml