Udemy Playwright: Web Automation Testing From Zero to Hero: Difference between revisions

Jump to navigation Jump to search
m
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

Navigation menu