mirror of https://github.com/statping/statping
5 lines
130 B
Bash
5 lines
130 B
Bash
![]() |
#!/usr/bin/env bash
|
||
|
|
||
|
statup > /dev/null &
|
||
|
|
||
|
./node_modules/.bin/start-server-and-test start http://localhost:8080/robots.txt cy:run
|