@theia/playwright 1.60.2 → 1.61.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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ Theia 🎭 Playwright is a [page object](https://martinfowler.com/bliki/PageObje
|
|
|
23
23
|
The Theia 🎭 Playwright page objects introduce abstraction over Theia's user interfaces, encapsulating the details of the user interface interactions, wait conditions, etc., to help keeping your tests more concise, maintainable, and stable.
|
|
24
24
|
Ready for an [example](./docs/GETTING_STARTED.md)?
|
|
25
25
|
|
|
26
|
-
The actual interaction with the Theia application is implemented with 🎭 Playwright in Typescript. Thus, we can take advantage of [Playwright's benefits](https://playwright.dev/
|
|
26
|
+
The actual interaction with the Theia application is implemented with 🎭 Playwright in Typescript. Thus, we can take advantage of [Playwright's benefits](https://playwright.dev/) and run or debug tests headless or headful across all modern browsers.
|
|
27
27
|
Check out [Playwright's documentation](https://playwright.dev/docs/intro) for more information.
|
|
28
28
|
|
|
29
29
|
This page object framework not only covers Theia's generic capabilities, such as handling views, the quick command palette, file explorer etc.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/playwright",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.61.0",
|
|
4
4
|
"description": "System tests for Theia",
|
|
5
5
|
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"fs-extra": "^9.0.8"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@theia/cli": "1.
|
|
39
|
+
"@theia/cli": "1.61.0",
|
|
40
40
|
"@types/fs-extra": "^9.0.8",
|
|
41
41
|
"allure-commandline": "^2.23.1",
|
|
42
42
|
"allure-playwright": "^2.5.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
50
|
"main": "lib/index",
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "c99af52568c2e1f453c80c1b0d1fb73c3a23dcc0"
|
|
52
52
|
}
|