@lowdefy/block-dev-e2e 0.0.0-experimental-20260203083117 → 0.0.0-experimental-20260203124016

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.
@@ -14,7 +14,7 @@
14
14
  limitations under the License.
15
15
  */ import path from 'path';
16
16
  import { defineConfig, devices } from '@playwright/test';
17
- function createPlaywrightConfig({ packageDir, port = 3001, testMatch = '**/tests/*.e2e.spec.js' }) {
17
+ function createPlaywrightConfig({ packageDir, port = 3001 }) {
18
18
  const e2eDir = path.join(packageDir, 'e2e');
19
19
  const appDir = path.join(e2eDir, 'app');
20
20
  // Calculate paths relative to monorepo root
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowdefy/block-dev-e2e",
3
- "version": "0.0.0-experimental-20260203083117",
3
+ "version": "0.0.0-experimental-20260203124016",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Lowdefy Block E2E Testing Tools",
6
6
  "homepage": "https://lowdefy.com",
@@ -29,7 +29,7 @@
29
29
  "dist/*"
30
30
  ],
31
31
  "dependencies": {
32
- "@lowdefy/e2e-utils": "0.0.0-experimental-20260203083117",
32
+ "@lowdefy/e2e-utils": "0.0.0-experimental-20260203124016",
33
33
  "@playwright/test": "1.50.1"
34
34
  },
35
35
  "devDependencies": {