Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

prisma-ai/web-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-tests

To install all libraries run

pip install -r requirements.txt

Then install browsers

playwright install

To launch tests run command

python -m pytest - to run all tests
python -m pytest tests/test_check_signin.py - to run specific test suite
python -m pytest tests/test_check_signin.py::xxx - xxx is the name of test, to run specific test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages