Add E2E smoke test (#1962)

creates a smoke test for the zabbix data source

closes https://github.com/grafana/data-sources/issues/194
This commit is contained in:
Gareth Dawson
2025-02-04 18:04:07 +07:00
committed by GitHub
parent 25354eea40
commit 525217ddad
4 changed files with 35 additions and 27 deletions

View File

@@ -43,9 +43,9 @@
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/eslint-config": "^6.0.0",
"@grafana/plugin-e2e": "^1.14.6",
"@grafana/plugin-e2e": "^1.17.1",
"@grafana/tsconfig": "^1.2.0-rc1",
"@playwright/test": "^1.48.0",
"@playwright/test": "^1.50.1",
"@swc/core": "^1.3.90",
"@swc/helpers": "^0.5.0",
"@swc/jest": "^0.2.26",