Playwright framework (using Typescript and Docker) running E2E tests on the website Https://www.automationexercise.com
git clone https://github.com/JohnRudden/Playwright_Typescript.git
npm install
npx playwright install
npx playwright test
npx playwright show-report
Go to the site https://www.docker.com/ and follow the instructions for your operating system
git clone https://github.com/JohnRudden/Playwright_Typescript.git
docker-compose up --build
The playwright html report results will also be copied from the container to the project – npx playwright show-report