Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varya/steroids-js-testspecapp
https://github.com/varya/steroids-js-testspecapp
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/varya/steroids-js-testspecapp
- Owner: varya
- Created: 2014-08-14T12:05:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-14T13:52:39.000Z (over 10 years ago)
- Last Synced: 2024-11-05T11:52:18.010Z (about 2 months ago)
- Size: 210 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Steorids.js automated tests
===========================Automated tests for [Steroids.js](https://github.com/AppGyver/steroids-js).
##Running the tests
This project is meant to be used as a Git submodule of the [Steroids.js](https://github.com/AppGyver/steroids-js) repo. The file at `www/javascripts/steroids.js`, used by the tests, is symlinked to the `dist/steroids.js` folder of this repo's parent directory. Thus, to run the tests, you would:
1. Clone the [Steroids.js](https://github.com/AppGyver/steroids-js) repo.
2. Follow the setup instructions in the Steroids.js README.md file.
3. Run `$ git submodule init` and `$ git submodule update` to initialize this repo as a submodule
4. Run `$ grunt` in the Steroids.js directory to create the `dist/steroids.js` file
5. Run `$ npm install` in the `steroids-js-testSpecApp` folder to install dependencies for the automated tests project.
6. Run `$ steroids connect` in `steroids-js-testSpecApp` folder to start the Steroids server.
7. Scan the app with AppGyver Scanner.