mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
db122e9b2c
* Split suite1 to multiple e2e test suites * Update drone yaml * Add missing arg * Extract cypress install step * Change image on e2e tests step * Sync with main * Add cypress cache volume * Try with grafana/ci-e2e:12.19.0-1 image * Update grabpl version to 2.7.2 * Revert a11y failure back to 'always'
11 lines
243 B
Bash
11 lines
243 B
Bash
#!/bin/bash
|
|
|
|
DEFAULT_RUNDIR=e2e/tmp
|
|
RUNDIR=${RUNDIR:-$DEFAULT_RUNDIR}
|
|
HOME_PATH=$PWD/$RUNDIR
|
|
PIDFILE=$RUNDIR/pid
|
|
DEFAULT_PACKAGE_FILE=dist/grafana-*linux-amd64.tar.gz
|
|
PROV_DIR=$RUNDIR/conf/provisioning
|
|
DEFAULT_HOST=localhost
|
|
DEFAULT_PORT=3001
|