https://github.com/mendhak/smashtest-progressbar-test
https://github.com/mendhak/smashtest-progressbar-test
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mendhak/smashtest-progressbar-test
- Owner: mendhak
- Created: 2021-06-11T22:31:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T10:08:07.000Z (over 4 years ago)
- Last Synced: 2025-04-06T00:27:35.904Z (9 months ago)
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```