https://github.com/azamara/ngrider-scripts
https://github.com/azamara/ngrider-scripts
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/azamara/ngrider-scripts
- Owner: azamara
- License: mit
- Created: 2017-01-05T15:45:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T03:16:55.000Z (7 months ago)
- Last Synced: 2025-02-23T20:12:32.885Z (4 months ago)
- Language: Groovy
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
nGrinder Scripts
===### Run
```bash
$ docker-compose up
```### Change TestClass
In docker-compose.yml`Before`
```
version: '2'
services:
ngrider_scripts:
...
command: mvn -Dtest=Test1 test```
`After`
```
version: '2'
services:
ngrider_scripts:
...
command: mvn -Dtest=Test2 test```