Testplane Docs Website
April 1, 2024 ยท View on GitHub
Testplane is a modern and robust end-to-end testing framework. It features support for every browser with a single API, testing on real devices, great extensibility and vast visual testing capabilities.
This repository is a home for Testplane docs website.
Development
Install dependencies
nvm use
npm ci
Run local dev server
npm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Check your changes
This repository uses TypeScript, Eslint and Prettier.
To run all tests available, run:
npm test
To check types, run:
npm run typecheck
To fix code issues and formatting, run:
npm run reformat