Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 621 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 621 Bytes

Method Test Engineering

This Repo contains two simple tests that validate a test website.

Tasks

  1. Run the tests
  2. Fix any failing tests
  3. Identify and discuss changes that could be made to optimize or improve the existing tests.

Setup

Prior to meeting, make sure you have NodeJS installed and have some sort of IDE or code editor installed.

Install Dependencies npm install

Install Test Browser npx playwright install chromium

Run Tests

Run tests npm run test

Run tests in visible browser npm run test -- --headed

Run tests in Playwright UI npm run test -- --ui