@grafana/plugin-e2e 0.19.0 → 0.19.1-canary.839.027ddf2.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.
@@ -22,7 +22,9 @@ export declare abstract class GrafanaPage {
22
22
  */
23
23
  mockQueryDataResponse<T = any>(json: T, status?: number): Promise<void>;
24
24
  /**
25
- * Mocks the response of the datasource resource request
25
+ * Mocks the response of the datasource resource request.
26
+ * https://grafana.com/developers/plugin-tools/introduction/backend-plugins#resources
27
+ *
26
28
  * @param path the path of the resource to mock
27
29
  * @param json the json response to return
28
30
  * @param status the HTTP status code to return. Defaults to 200
@@ -43,7 +43,9 @@ class GrafanaPage {
43
43
  });
44
44
  }
45
45
  /**
46
- * Mocks the response of the datasource resource request
46
+ * Mocks the response of the datasource resource request.
47
+ * https://grafana.com/developers/plugin-tools/introduction/backend-plugins#resources
48
+ *
47
49
  * @param path the path of the resource to mock
48
50
  * @param json the json response to return
49
51
  * @param status the HTTP status code to return. Defaults to 200
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-e2e",
3
- "version": "0.19.0",
3
+ "version": "0.19.1-canary.839.027ddf2.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -46,5 +46,5 @@
46
46
  "uuid": "^9.0.1",
47
47
  "yaml": "^2.3.4"
48
48
  },
49
- "gitHead": "6aeffd908fe4b5e6e631f049dbd481ea1756b209"
49
+ "gitHead": "027ddf2bbacecb1f6bc2ea38b80dd7e46e554774"
50
50
  }