@theia/playwright 1.26.0-next.4 → 1.26.0-next.7
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 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -33,6 +33,7 @@ It is [extensible](./docs/EXTENSIBILITY.md) so you can add dedicated page object
|
|
|
33
33
|
|
|
34
34
|
- [Getting Started](./docs/GETTING_STARTED.md)
|
|
35
35
|
- [Extensibility](./docs/EXTENSIBILITY.md)
|
|
36
|
+
- [Theia 🎭 Playwright Template](https://github.com/eclipse-theia/theia-playwright-template)
|
|
36
37
|
- [Building and Developing Theia 🎭 Playwright](./docs/DEVELOPING.md)
|
|
37
38
|
|
|
38
39
|
## Additional Information
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/playwright",
|
|
3
|
-
"version": "1.26.0-next.
|
|
3
|
+
"version": "1.26.0-next.7+b9e19491f5c",
|
|
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": {
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
43
|
"main": "lib/index",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "b9e19491f5c1e3203615dd60bd673d5c4b156bd2"
|
|
45
45
|
}
|