Udemy Playwright: Web Automation Testing From Zero to Hero: Difference between revisions
Jump to navigation
Jump to search
Udemy Playwright: Web Automation Testing From Zero to Hero (view source)
Revision as of 02:57, 13 June 2024
, 13 June→Playwright with Docker Container
Line 2,071: | Line 2,071: | ||
=== Playwright with Docker Container === | === Playwright with Docker Container === | ||
* Make sure [https://www.docker.com/products/docker-desktop/ Docker Desktop] is installed | * Make sure [https://www.docker.com/products/docker-desktop/ Docker Desktop] is installed | ||
<code>docker</code> file allows you to build a docker image | <code>docker</code> file allows you to build a docker image | ||
Line 2,090: | Line 2,091: | ||
<nowiki> | <nowiki> | ||
npm run pageObjects-chrome</nowiki> | npm run pageObjects-chrome</nowiki> | ||
<code>compose.yaml</code> file allows you to build and execute an image as well as obtain files/folder from a running instance | <code>compose.yaml</code> file allows you to build and execute an image as well as obtain files/folder from a running instance |