mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 11:20:27 -06:00
0f6ae272e9
* 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
5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
import { e2e } from '@grafana/e2e';
|
|
import { smokeTestScenario } from '../shared/smokeTestScenario';
|
|
|
|
e2e.scenario(smokeTestScenario);
|