Skip to content

method-inc/method-test-int

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published