7 lines
86 B
Bash
Executable file
7 lines
86 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
cd client/e2e
|
|
|
|
../node_modules/.bin/wdio run ./wdio.local.conf.ts
|