@appsemble/e2e 0.38.1 → 0.38.2-test.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 +3 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
#  Appsemble End 2 End Tests
|
|
2
2
|
|
|
3
3
|
> Run end 2 end tests on an Appsemble environment and provide Appsemble fixtures
|
|
4
4
|
|
|
5
|
-
[](https://gitlab.com/appsemble/appsemble/-/releases/0.38.2-test.0)
|
|
6
6
|
[](https://prettier.io)
|
|
7
7
|
|
|
8
8
|
## Table of Contents
|
|
@@ -102,5 +102,5 @@ When writing end-to-end tests, have a look at the
|
|
|
102
102
|
|
|
103
103
|
## License
|
|
104
104
|
|
|
105
|
-
[LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.38.
|
|
105
|
+
[LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.38.2-test.0/LICENSE.md) ©
|
|
106
106
|
[Appsemble](https://appsemble.com)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appsemble/e2e",
|
|
3
|
-
"version": "0.38.
|
|
3
|
+
"version": "0.38.2-test.0",
|
|
4
4
|
"description": "End-to-end tests used for testing Appsemble apps in an existing environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"app",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"@playwright/test": "Pinned exact and kept in sync with the mcr.microsoft.com/playwright:v<version>-noble tag of the `e2e node` job in .gitlab-ci.yml; Renovate bumps both together (see renovate.json)."
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@appsemble/lang-sdk": "0.38.
|
|
45
|
-
"@appsemble/node-utils": "0.38.
|
|
46
|
-
"@appsemble/types": "0.38.
|
|
44
|
+
"@appsemble/lang-sdk": "0.38.2-test.0",
|
|
45
|
+
"@appsemble/node-utils": "0.38.2-test.0",
|
|
46
|
+
"@appsemble/types": "0.38.2-test.0",
|
|
47
47
|
"@playwright/test": "1.62.1",
|
|
48
48
|
"strip-indent": "^4.0.0"
|
|
49
49
|
},
|