An open API service indexing awesome lists of open source software.

https://github.com/azamara/ngrider-scripts


https://github.com/azamara/ngrider-scripts

Last synced: 3 months ago
JSON representation

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

```