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

https://github.com/willklein/sandstack

JavaScript testing sandbox
https://github.com/willklein/sandstack

Last synced: 10 months ago
JSON representation

JavaScript testing sandbox

Awesome Lists containing this project

README

          

# sandstack

## Usage

### Run installs once

Install dependencies:

`npm install`

Install the example app's dependencies:

`npm run install-app`

### Run services each time you develop

Selenium and the app need to be running in the background for the specs to work. Run the `serve` script to run both of them at the same time.

`npm run serve`

### Run the specs

In another terminal window, run the Protractor specs:

`npm test`