Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmandel/smart-on-fhir-integration-tests
Integration tests for SMART on FHIR
https://github.com/jmandel/smart-on-fhir-integration-tests
Last synced: 19 days ago
JSON representation
Integration tests for SMART on FHIR
- Host: GitHub
- URL: https://github.com/jmandel/smart-on-fhir-integration-tests
- Owner: jmandel
- Created: 2014-10-08T02:57:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-08T14:35:31.000Z (about 10 years ago)
- Last Synced: 2024-10-06T15:42:25.200Z (about 1 month ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Integration testing for SMART on FHIR
(This is just a quick experiment.)To try it:
1. Install nodejs >= 0.11 (not 0.10 -- this depends on ES6 "generators"). Recommend using [`nvm`](https://github.com/creationix/nvm) for this.
2. `npm install -g phantomjs`
3. `npm install`
4. `wget http://selenium-release.storage.googleapis.com/2.43/selenium-server-standalone-2.43.1.jar -O selenium-sever.jar`
5. `java -jar selenium-sever.jar &`
6. `npm test`