https://github.com/kareimgazer/a-eggaw-e2e
End-to-end testing for the A-Eggaw SPA
https://github.com/kareimgazer/a-eggaw-e2e
Last synced: 7 months ago
JSON representation
End-to-end testing for the A-Eggaw SPA
- Host: GitHub
- URL: https://github.com/kareimgazer/a-eggaw-e2e
- Owner: KareimGazer
- Created: 2024-09-08T11:32:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T12:05:32.000Z (about 1 year ago)
- Last Synced: 2025-02-03T12:43:03.405Z (9 months ago)
- Language: JavaScript
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# A-Eggaw-E2E
End-to-end test suit using playwright for the A-Eggaw SPA.## Getting started
```bash
npm install
npm run test # run the test
npm runt test:report # generate the test report
```