@davidg97/qa-flow
v1.1.0
Published
Visual test editor for Playwright - Design, run, and manage automated tests with a drag-and-drop canvas
Maintainers
Readme
QA Flow CLI
Visual test editor for Playwright. Design, run, and manage automated tests with a drag-and-drop canvas.
Quick Start
npx @davidg97/qa-flowThis will:
- Pull the latest Docker image
- Start QA Flow on port 3001
- Open the editor at http://localhost:3001
Options
npx @davidg97/qa-flow [options]
Options:
--port, -p <port> Port to run on (default: 3001)
--version, -v Show version
--help, -h Show helpExamples
# Start on default port 3001
npx @davidg97/qa-flow
# Start on custom port
npx @davidg97/qa-flow -p 8080
# Using environment variable
QA_FLOW_PORT=8080 npx @davidg97/qa-flowRequirements
- Docker installed and running
- Node.js 18+
Links
License
Apache-2.0
