[v8.3.x] CI: Run e2e tests in parallel using multiple suites (#41748) (#42215)

* CI: Run e2e tests in parallel using multiple suites (#41748)

* Add missing slash
This commit is contained in:
Dimitris Sotirakis
2021-11-24 15:42:54 +01:00
committed by GitHub
parent 5c3dfaa1bc
commit e8c9179f1a
36 changed files with 711 additions and 97 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"extends": "../../tsconfig.json",
"include": ["**/*.ts", "../../packages/grafana-e2e/cypress/support/index.d.ts"],
"resolveJsonModule": true
}