@grafana/plugin-e2e 2.1.10 → 2.1.11-canary.2089.17428752959.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Checkout our [`Get started`](https://grafana.com/developers/plugin-tools/e2e-tes
|
|
|
24
24
|
|
|
25
25
|
### Prerequisites
|
|
26
26
|
|
|
27
|
-
- You need to have a Grafana plugin [development environment](https://grafana.com/developers/plugin-tools/get-started/set-up
|
|
27
|
+
- You need to have a Grafana plugin [development environment](https://grafana.com/developers/plugin-tools/get-started/set-up/)
|
|
28
28
|
- Node.js 18+
|
|
29
29
|
- Basic Knowledge of Playwright. If you have not worked with Playwright before, we recommend following the [Getting started](https://playwright.dev/docs/intro) section in their documentation
|
|
30
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/plugin-e2e",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.11-canary.2089.17428752959.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"uuid": "^11.0.2",
|
|
48
48
|
"yaml": "^2.3.4"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "97b467c4a517a8c77500787cbdd40a70a0ee1b74"
|
|
51
51
|
}
|