mirror of https://github.com/rancher/dashboard.git
6 lines
292 B
Bash
Executable File
6 lines
292 B
Bash
Executable File
#!/usr/bin/env bash
|
|
ID="$(echo ${TEST_RUN_ID:-`date +%s` } | tr '[:upper:]' '[:lower:]' | tr ' ' '-')"
|
|
echo "$ID"
|
|
|
|
CYPRESS_coverage=true CYPRESS_API_URL='http://139.59.134.103:1234' cy2 run --group "$GREP_TAGS" --browser chrome --record --key rancher-dashboard --parallel --ci-build-id "$ID"
|