Skip to content

brlin-tw/playwright-lab

Repository files navigation

playwright-lab

Lab project for learning how to use Playwright for end-to-end testing.

https://gitlab.com/brlin/playwright-lab
The GitLab CI pipeline status badge of the project's main branch GitHub Actions workflow status badge pre-commit enabled badge REUSE Specification compliance badge

#playwright #lab-projects

Getting started

Run the following commands to set up the test environment and run the tests:

docker compose up -d
docker compose exec -it test-environment bash --login
cd /project
./dev-assets/deploy-test-environment.sh

Note that you need to run the following command instead to view the test report in the browser using http://localhost:9323:

npx playwright show-report --host 0.0.0.0

Licensing

Unless otherwise noted(comment headers/REUSE.toml), this product is licensed under the 3.0 version of the GNU Affero General Public License, or any of its more recent versions of your preference.

This work complies to the REUSE Specification, refer to the REUSE - Make licensing easy for everyone website for info regarding the licensing of this product.

About

Lab project for learning how to use Playwright for end-to-end testing.

Topics

Resources

Stars

Watchers

Forks

Contributors