Skip to content

cheuni02/demo-playwright-dev-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoMVC/API-Mock-Apps-with-playwright-e2e-tests

These tests target the following apps under the https://playwright.dev/ domain.

  1. todoMVC
  2. api-mocking

Build

yarn install

Running tests for todoMVC

  1. all tests
yarn test:todomvc
  1. targetted test
yarn test:todomvc <path-to-test>.spec.ts

Running tests for api-mocking

  1. all tests
yarn test:api-mocking
  1. targetted test
yarn test:todomvc <path-to-test>.spec.ts

About

tests for the demo apps hosted on https://demo.playwright.dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published