Playwright.io Typescript Framework including
- Basic UI test against https://playwright.dev/
- GraphQL API example against https://api.github.com/graphql
- Rest API example against https://petstore.swagger.io/v2/pet
- eslint configuration
- Github Actions for linting, test execution and CodeQL analysis
npm install
npx playwright install
npm run tests:ui
npm run tests:api