@appsemble/e2e 0.35.7 → 0.35.9

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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
- # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.35.7/config/assets/logo.svg) Appsemble End 2 End Tests
1
+ # ![](https://gitlab.com/appsemble/appsemble/-/raw/0.35.9/config/assets/logo.svg) 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
- [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.35.7/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.35.7)
5
+ [![GitLab CI](https://gitlab.com/appsemble/appsemble/badges/0.35.9/pipeline.svg)](https://gitlab.com/appsemble/appsemble/-/releases/0.35.9)
6
6
  [![Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)
7
7
 
8
8
  ## Table of Contents
@@ -53,7 +53,7 @@ further inspection.
53
53
 
54
54
  On the first retry of a failed job, its trace will be uploaded to the same directory. This trace can
55
55
  be viewed locally, or it can be uploaded to the
56
- [online trace viewer](https://trace.playwright.dev/). This shows you step-by-step whawt happened
56
+ [online trace viewer](https://trace.playwright.dev/). This shows you step-by-step what happened
57
57
  during the test as if you ran it using `ui mode`.
58
58
 
59
59
  The end to end tests use the following environment variables:
@@ -91,5 +91,5 @@ When writing end-to-end tests, have a look at the
91
91
 
92
92
  ## License
93
93
 
94
- [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.35.7/LICENSE.md) ©
94
+ [LGPL-3.0-only](https://gitlab.com/appsemble/appsemble/-/blob/0.35.9/LICENSE.md) ©
95
95
  [Appsemble](https://appsemble.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appsemble/e2e",
3
- "version": "0.35.7",
3
+ "version": "0.35.9",
4
4
  "description": "End-to-end tests used for testing Appsemble apps in an existing environment.",
5
5
  "keywords": [
6
6
  "app",
@@ -38,9 +38,9 @@
38
38
  "test": "vitest"
39
39
  },
40
40
  "dependencies": {
41
- "@appsemble/utils": "0.35.7",
42
- "@appsemble/types": "0.35.7",
43
- "@appsemble/lang-sdk": "0.35.7",
41
+ "@appsemble/utils": "0.35.9",
42
+ "@appsemble/types": "0.35.9",
43
+ "@appsemble/lang-sdk": "0.35.9",
44
44
  "jwt-decode": "^4.0.0",
45
45
  "@fortawesome/fontawesome-free": "^6.0.0",
46
46
  "@playwright/test": "1.51.1",