@theia/playwright 1.24.0-next.62 → 1.24.0-next.65

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/playwright",
3
- "version": "1.24.0-next.62+0bb62a21ff5",
3
+ "version": "1.24.0-next.65+ed8aa418e61",
4
4
  "description": "System tests for Theia",
5
5
  "license": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
6
6
  "repository": {
@@ -15,7 +15,7 @@
15
15
  "prepare": "yarn clean && yarn build",
16
16
  "clean": "rimraf lib",
17
17
  "build": "tsc --incremental && yarn lint && npx playwright install chromium",
18
- "theia:start": "yarn --cwd ../browser start",
18
+ "theia:start": "rimraf .tmp.cfg && THEIA_CONFIG_DIR=$PWD/.tmp.cfg yarn --cwd ../browser start",
19
19
  "lint": "eslint -c ./.eslintrc.js --ext .ts ./src ./tests",
20
20
  "lint:fix": "eslint -c ./.eslintrc.js --ext .ts ./src ./tests --fix",
21
21
  "ui-tests": "yarn && playwright test --config=./configs/playwright.config.ts",
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "0bb62a21ff5748ca30aa3f026925cf374f92a211"
42
+ "gitHead": "ed8aa418e6102e65b7332045f7e1faa9727cb7ae"
43
43
  }