5 lines
95 B
Bash
Executable file
5 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd client/e2e && ../node_modules/.bin/wdio run ./wdio.browserstack.conf.ts
|