Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/galenframework/galen-sample-tests
Showcase of Javascript Galen tests
https://github.com/galenframework/galen-sample-tests
Last synced: about 1 month ago
JSON representation
Showcase of Javascript Galen tests
- Host: GitHub
- URL: https://github.com/galenframework/galen-sample-tests
- Owner: galenframework
- Created: 2014-06-14T09:40:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-20T08:09:33.000Z (about 8 years ago)
- Last Synced: 2023-08-16T04:50:43.416Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 32
- Watchers: 10
- Forks: 19
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Galen Sample Tests
=====================================This project is used in order to demonstrate the features of [Galen Framework](http://galenframework.com) and the power of Javascript-based tests
The web application that it is testing is [http://testapp.galenframework.com/](http://testapp.galenframework.com/)
If you have Galen Framework installed you can just checkout this project and run it with the following command:
```
galen test tests/ --htmlreport reports
```