Lab project for learning how to use Playwright for end-to-end testing.
https://gitlab.com/brlin/playwright-lab
#playwright #lab-projects
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.shNote 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.0Unless 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.