https://github.com/webgriffe/ghost-inspector-anywhere
Allows to run Ghost Inspector tests anywhere through an ngrok tunnel
https://github.com/webgriffe/ghost-inspector-anywhere
ghost-inspector-tests
Last synced: over 1 year ago
JSON representation
Allows to run Ghost Inspector tests anywhere through an ngrok tunnel
- Host: GitHub
- URL: https://github.com/webgriffe/ghost-inspector-anywhere
- Owner: webgriffe
- License: mit
- Created: 2020-09-22T06:14:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T09:43:39.000Z (over 5 years ago)
- Last Synced: 2025-03-03T23:15:53.455Z (over 1 year ago)
- Topics: ghost-inspector-tests
- Language: JavaScript
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ghost Inspector anywhere
Allows to run [Ghost Inspector](https://ghostinspector.com/) tests anywhere through an [ngrok](https://ngrok.com/) tunnel.
## Install
```bash
yarn install @webgriffe/ghost-inspector-anywhere
```
## Usage
```bash
yarn run ghost-inspector-anywhere \
\
\
[--setup-script=] \
[--teardown-script=]
```
Where `` could be either a directory containing Ghost Inspector JSON tests files or a single Ghost Inspector JSON test file;
and `outputDir` must be a directory where to store tests results JSON files.
`` and `` could be scripts to execute before and after running tests. The ngrok tunnel URL is passed to both scripts as first argument.
## License
This library is under the MIT license. See the complete license in the LICENSE file.
## Credits
Developed by [Webgriffe®](http://www.webgriffe.com/).