Skip to content

kapil971390/testing

Repository files navigation

veriqa-manual-demo-playwright

This is a demo Playwright project created to test the VeriQA Manual QA CLI tool's analysis capabilities. It contains multiple modules, each with realistic Playwright test scenarios and changes.log files to simulate code diffs.

Structure

  • tests/ - module folders containing Playwright .spec.js files and changes.log
  • playwright.config.js - Playwright config
  • package.json - minimal setup (install dependencies with npm install)
  • veriqa.config.json - sample VeriQA config
  • sample-report.md - example of CLI output format

Usage

  1. Extract the zip.
  2. Run npm install (or npm ci) to install Playwright.
  3. (Optional) npx playwright install to install browsers.
  4. Run tests: npx playwright test

Note: Tests use placeholder selectors and https://example.com/* pages as examples. Replace selectors/URLs with your app under test for a working run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors