Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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