Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 816 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 816 Bytes

Testplane Docs Website

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