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