Skip to content

Commit fdfa2af

Browse files
committed
v2.2.1
1 parent b2e8868 commit fdfa2af

File tree

5 files changed

+17
-8
lines changed

5 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Eclipse GLSP Playwright Changelog
22

3-
## [v2.0.0 - 24/10/2023]((https://github.com/eclipse-glsp/glsp-playwright/releases/tag/v2.0.0))
3+
## [v2.2.1 - 23/07/2024](<(https://github.com/eclipse-glsp/glsp-playwright/releases/tag/v2.2.1)>)
4+
5+
### Changes
6+
7+
- Make GLSP-Playwright more defensive (e.g., more information, checks, vscode-setup) [#7](https://github.com/eclipse-glsp/glsp-playwright/pull/7)
8+
- Introduce a page object to test context menu integrations [#9](https://github.com/eclipse-glsp/glsp-playwright/pull/9/)
9+
- Ensure that the `GLSPGraphLocator` can be used generically for any graph view representation [#10](https://github.com/eclipse-glsp/glsp-playwright/pull/10)
10+
- Add a page object for validation marker testing and introduce custom selection assertions for the `GLSPGraph` [#15](https://github.com/eclipse-glsp/glsp-playwright/pull/15)
11+
12+
## [v2.0.0 - 24/10/2023](<(https://github.com/eclipse-glsp/glsp-playwright/releases/tag/v2.0.0)>)
413

514
Inception of the GLSP Playwright project.
615
This project provides a Playwright-based page object framework for testing GLSP diagrams in different tool platform integration scenarios.

examples/workflow-test/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/workflow-test",
3-
"version": "2.2.0-next",
3+
"version": "2.2.1",
44
"private": true,
55
"description": "Example project for glsp-playwright",
66
"homepage": "https://www.eclipse.org/glsp/",
@@ -44,8 +44,8 @@
4444
"watch": "tsc -w"
4545
},
4646
"devDependencies": {
47-
"@eclipse-glsp-examples/workflow-server-bundled": "next",
48-
"@eclipse-glsp/glsp-playwright": "2.2.0-next",
47+
"@eclipse-glsp-examples/workflow-server-bundled": "2.2.1",
48+
"@eclipse-glsp/glsp-playwright": "2.2.1",
4949
"@playwright/test": "^1.37.1",
5050
"@theia/playwright": "~1.49.1",
5151
"@types/yargs": "^17.0.32",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.0",
2+
"version": "2.2.1",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parent",
3-
"version": "2.2.0-next",
3+
"version": "2.2.1",
44
"private": true,
55
"workspaces": {
66
"packages": [
@@ -37,7 +37,7 @@
3737
"watch": "concurrently --kill-others -n tsc,alias -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn --cwd packages/glsp-playwright watch:alias\""
3838
},
3939
"devDependencies": {
40-
"@eclipse-glsp/dev": "next",
40+
"@eclipse-glsp/dev": "2.2.1",
4141
"@estruyf/github-actions-reporter": "^1.7.0",
4242
"@types/node": "16.x",
4343
"concurrently": "^8.2.2",

packages/glsp-playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eclipse-glsp/glsp-playwright",
3-
"version": "2.2.0-next",
3+
"version": "2.2.1",
44
"description": "Playwright-based testing framework for GLSP",
55
"homepage": "https://www.eclipse.org/glsp/",
66
"bugs": "https://github.com/eclipse-glsp/glsp/issues",

0 commit comments

Comments
 (0)