-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78856b0
commit 6cfa3c6
Showing
8 changed files
with
41 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tag: v0.2.0 | ||
tag: v0.2.1 | ||
|
||
commitInclude: | ||
parentOfMergeCommit: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"private": true, | ||
"name": "electron-theia-trace-example-app", | ||
"main": "scripts/theia-trace-main.js", | ||
"version": "0.1.0", | ||
"version": "0.2.1", | ||
"author": { | ||
"name": "Trace Compass", | ||
"email": "[email protected]" | ||
|
@@ -40,7 +40,7 @@ | |
"@theia/terminal": "1.45.1", | ||
"@theia/vsx-registry": "1.45.1", | ||
"@theia/workspace": "1.45.1", | ||
"theia-traceviewer": "0.2.0" | ||
"theia-traceviewer": "0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@theia/cli": "1.45.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"lerna": "7.3.0", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"npmClient": "yarn", | ||
"command": { | ||
"run": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
{ | ||
"private": true, | ||
"name": "theia-playwright-tests", | ||
"version": "1.36.0", | ||
"license": "EPL-2.0", | ||
"scripts": { | ||
"prepare": "yarn clean && yarn build && yarn lint", | ||
"clean": "rimraf lib tsconfig.tsbuildinfo", | ||
"build": "tsc --incremental && npx playwright install chromium", | ||
"lint": "eslint -c ./.eslintrc.js --ext .ts ./tests", | ||
"lint:fix": "eslint -c ./.eslintrc.js --ext .ts ./tests --fix", | ||
"ui-tests": "yarn && playwright test", | ||
"ui-tests-report-generate": "allure generate ./allure-results --clean -o allure-results/allure-report", | ||
"ui-tests-report": "yarn ui-tests-report-generate && allure open allure-results/allure-report" | ||
}, | ||
"dependencies": { | ||
"@playwright/test": "^1.32.1", | ||
"@theia/playwright": "1.47.1" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/parser": "^5.57.1", | ||
"@typescript-eslint/eslint-plugin": "^5.57.1", | ||
"allure-commandline": "^2.21.0", | ||
"allure-playwright": "^2.1.0", | ||
"eslint": "^8.37.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"rimraf": "^2.6.1", | ||
"typescript": "~4.5.5" | ||
} | ||
"private": true, | ||
"name": "theia-playwright-tests", | ||
"version": "0.2.1", | ||
"license": "EPL-2.0", | ||
"scripts": { | ||
"prepare": "yarn clean && yarn build && yarn lint", | ||
"clean": "rimraf lib tsconfig.tsbuildinfo", | ||
"build": "tsc --incremental && npx playwright install chromium", | ||
"lint": "eslint -c ./.eslintrc.js --ext .ts ./tests", | ||
"lint:fix": "eslint -c ./.eslintrc.js --ext .ts ./tests --fix", | ||
"ui-tests": "yarn && playwright test", | ||
"ui-tests-report-generate": "allure generate ./allure-results --clean -o allure-results/allure-report", | ||
"ui-tests-report": "yarn ui-tests-report-generate && allure open allure-results/allure-report" | ||
}, | ||
"dependencies": { | ||
"@playwright/test": "^1.32.1", | ||
"@theia/playwright": "1.47.1" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^5.57.1", | ||
"@typescript-eslint/parser": "^5.57.1", | ||
"allure-commandline": "^2.21.0", | ||
"allure-playwright": "^2.1.0", | ||
"eslint": "^8.37.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"rimraf": "^2.6.1", | ||
"typescript": "~4.5.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters