Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evgeniyarbatov/location-testing
E2E testing of pages with location
https://github.com/evgeniyarbatov/location-testing
expressjs location mocha puppeteer
Last synced: 10 days ago
JSON representation
E2E testing of pages with location
- Host: GitHub
- URL: https://github.com/evgeniyarbatov/location-testing
- Owner: evgeniyarbatov
- Created: 2024-06-05T07:02:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-05T08:18:40.000Z (5 months ago)
- Last Synced: 2024-10-17T22:27:21.212Z (29 days ago)
- Topics: expressjs, location, mocha, puppeteer
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# location-testing
Basic testing to ensure that the webpage is rendered as expected depending on location.
## Run
Start the server
```
npm run start
```Run tests
```
npm test
```