Skip to content

Kotamyn/PageFactoryPlaywright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Steps

Download or clone this repository
Go to the directory

git clone https://github.com/Kotamyn/PageFactoryPlaywright
cd PageFactoryPlaywright

Create virtual environment for this project/directory and Install the requirements

make init

Run the tests

make tests

Run the tests + allure

make tests_allure

Docker

Build

Use the Docker command line

  docker build -t page_factory_playwright:1.0 .
  docker run --name autotests page_factory_playwright:1.0

Build containers

docker-compose up --build -d

About

Example page factory pattern using playwright

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published