https://github.com/willklein/sandstack
JavaScript testing sandbox
https://github.com/willklein/sandstack
Last synced: 10 months ago
JSON representation
JavaScript testing sandbox
- Host: GitHub
- URL: https://github.com/willklein/sandstack
- Owner: willklein
- Created: 2016-06-23T17:58:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T23:18:35.000Z (almost 10 years ago)
- Last Synced: 2025-04-19T02:13:30.718Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`