Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmeasday/acceptance-test-driver
https://github.com/tmeasday/acceptance-test-driver
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmeasday/acceptance-test-driver
- Owner: tmeasday
- Created: 2016-03-16T03:15:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-16T03:15:13.000Z (almost 9 years ago)
- Last Synced: 2024-10-25T18:58:46.576Z (about 2 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 4
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Acceptance test driver
This package intentionally doesn't do anything.
The idea is that the acceptance test driver simply runs your app *as usual* but in test mode. So you can include extra testing files to make special APIs available to your acceptance test suite that won't be shipped to production or available in development.
Read more at http://guide.meteor.com/testing.html#acceptance
### Installation
*NOTE*: Requires Meteor 1.3
```
meteor add tmeasday:acceptance-test-driver
```### Usage
```
meteor test --full-app --driver-package tmeasday:acceptance-test-driver
```Then simply point your acceptance test runner at `localhost:3000`.