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

https://github.com/mendhak/smashtest-progressbar-test


https://github.com/mendhak/smashtest-progressbar-test

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

Testing a git repo with smashtest --progress-bar

Bring up the hub.

```
docker-compose up -d
```

Install node packages

```
npm install
```

Run the smashtest

```
npx smashtest --test-server=http://localhost:4444/wd/hub
```

Stop the hub.

```
docker-compose down
```