Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rashfael/tuiv
e2e testing framework based on playwright
https://github.com/rashfael/tuiv
e2e playwright testing
Last synced: about 2 months ago
JSON representation
e2e testing framework based on playwright
- Host: GitHub
- URL: https://github.com/rashfael/tuiv
- Owner: rashfael
- License: mit
- Created: 2021-02-17T18:27:43.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2023-09-07T07:34:44.000Z (over 1 year ago)
- Last Synced: 2024-04-26T05:21:43.917Z (9 months ago)
- Topics: e2e, playwright, testing
- Language: JavaScript
- Homepage: https://tuiv.rash.codes
- Size: 676 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tuiv
### e2e browser testing based on playwright[Getting Started](https://tuiv.rash.codes/guide/getting-started.html) • [API Documentation](https://tuiv.rash.codes/api/test-runner.html) • [Roadmap](https://github.com/rashfael/tuiv/projects/1)
# Contributing
If you think you have found a bug or other technical problem, open an [issue](https://github.com/rashfael/tuiv/issues/new).
If you have a question or an idea/wish for a new feature, please open a [discussion](https://github.com/rashfael/tuiv/discussions/new).# Development
tuiv tests itself. Run tests with:
```sh
npm test
```## Develop, Build and Deploy Documentation
```sh
npm run docs:dev
npm run docs:build
npm rum docs:deploy # also builds
```