@rimori/playwright-testing 0.3.1-next.2 → 0.3.2-next.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.
@@ -4,7 +4,7 @@ const test_1 = require("@playwright/test");
4
4
  const RimoriTestEnvironment_1 = require("../core/RimoriTestEnvironment");
5
5
  const pluginId = 'pl7720512027';
6
6
  const pluginUrl = 'http://localhost:3009';
7
- test_1.test.describe('Translator Plugin', () => {
7
+ test_1.test.describe('Demo Plugin', () => {
8
8
  let env;
9
9
  test_1.test.beforeEach(async ({ page }) => {
10
10
  env = new RimoriTestEnvironment_1.RimoriTestEnvironment({ page, pluginId, pluginUrl });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rimori/playwright-testing",
3
- "version": "0.3.1-next.2",
3
+ "version": "0.3.2-next.0",
4
4
  "description": "Playwright testing utilities for Rimori plugins and workers",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -23,11 +23,11 @@
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@playwright/test": "^1.40.0",
26
- "@rimori/client": "2.4.0-next.2"
26
+ "@rimori/client": "^2.4.0"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@playwright/test": "^1.40.0",
30
- "@rimori/client": "2.4.0-next.2",
30
+ "@rimori/client": "^2.4.0",
31
31
  "@types/node": "^20.12.7",
32
32
  "rimraf": "^5.0.7",
33
33
  "typescript": "^5.7.2"