mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
E2E: Fix running any suite locally (#42210)
* e2e: Fix running any suite locally * Fixed issue with testFiles filter when specifying suite name * unrelated * fixed import paths to shared * Moving dashboards to root
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { e2e } from '@grafana/e2e';
|
||||
import { smokeTestScenario } from '../shared/smokeTestScenario';
|
||||
|
||||
e2e.scenario(smokeTestScenario);
|
||||
Reference in New Issue
Block a user