An open API service indexing awesome lists of open source software.

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

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
```