Skip to content

plusz/minimum-test-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Runner

A minimal testing framework for running JavaScript test scripts using Playwright.

Setup

  1. Install dependencies:
npm install
  1. Install Playwright browsers:
npx playwright install

Running Tests

Run all tests in headless mode:

npm test

Run tests with UI mode (interactive):

npm run test:ui

Run tests from the tests folder specifically:

npm run test:file

Run a specific test file:

npx playwright test tests/test-script-2025-05-30.js

Test Files

  • test-script-2025-05-30.js - Contains tests for the Dev trivia website

About

A minimal testing framework for running JavaScript test scripts using Playwright.

Resources

License

Stars

Watchers

Forks

Packages

No packages published