Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 404 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 404 Bytes
# Run tests in all browsers against https://wwwdev.ebi.ac.uk/uniprot/front-end/dev/
yarn playwright test

# Run tests against www.uniprot.org
PROD=1 yarn playwright test

# Run tests in only chromium browser
yarn playwright test --project=chromium

# Run tests in only chromium browser and with UI to view by eye tests as they are run (very handy!)
yarn playwright test --project='chromium' --ui