Commit d5cf6ec
[WF-2271] - fix: update npm repository url to point to artifactory (#597)
* [WF-2271] - fix: update npm repository url to point to artifactory
* debug: add an step after installing dependencies so we can access the logs as an artifact
* debug: dump log content after installing dependencies
* debug: dump log content after installing dependencies
* Add NPM log display step to workflow
Add step to display the most recent NPM log file.
* debug: dump log content after installing dependencies
* Add continue-on-error to Node.js setup step
Debugging - added to allow getting the NPM logs after wrong installation
* Add NPM log upload step to workflow
Added step to upload NPM logs as an artifact.
* Upload NPM logs in pull request workflow
Add step to upload NPM logs as an artifact
* debug: test using environment variables to use .npmrc
* debug: test using environment variables to use .npmrc
* Update NPM token secret in pull request workflow
* Remove npm-auth-token from Node.js setup
Removed npm-auth-token input from Node.js setup step.
* debug: test using environment variables to use .npmrc
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* debug
* fix: apply changes to node.js setup for e2e tests
* fix: playwright failing tests
* fix: hide email in secrets
* comment playwright tests
* fix: allow failing playwright tests
* fix: missing input
* fix: add timeout to webserver for e2e
* fix: add timeout to webserver for e2e
* fix: wrong path for report-generate
* fix: fix e2e sandbox ci tests
* fix: fix allure report generation
* fix: use correct allure CLI commands and fix report paths
* fix: fix package lock and regular one not being in sync
* debug: upload artifact with allure log if failed
* fix: fix unit tests
* fix: fix allure report upload
* fix: add ignore-scripts=true to .npmrc
* fix: update linux screenshots
* chore: update screenshots for linux
* fix: allure report generation
* fix: beta known issue use single-file flag
* fix: allure generation
* fix: allure generation
* fix: fix responsive e2e tests
---------
Co-authored-by: tomas_backbase <tomas@backbase.com>1 parent 38210c0 commit d5cf6ec
File tree
12 files changed
+3790
-3002
lines changed- .github
- actions/node-step
- workflows
- apps
- golden-sample-app-e2e
- src/specs/custom-tests/visual-transactions.spec.ts-snapshots
- golden-sample-app
12 files changed
+3790
-3002
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
24 | | - | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
47 | 51 | | |
48 | | - | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | 55 | | |
51 | 56 | | |
| |||
70 | 75 | | |
71 | 76 | | |
72 | 77 | | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
| |||
83 | 89 | | |
84 | 90 | | |
85 | 91 | | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
86 | 96 | | |
87 | | - | |
| 97 | + | |
| 98 | + | |
88 | 99 | | |
89 | 100 | | |
90 | 101 | | |
| |||
99 | 110 | | |
100 | 111 | | |
101 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
102 | 119 | | |
103 | 120 | | |
| 121 | + | |
104 | 122 | | |
105 | 123 | | |
106 | 124 | | |
107 | 125 | | |
108 | 126 | | |
109 | 127 | | |
110 | | - | |
| 128 | + | |
111 | 129 | | |
112 | 130 | | |
113 | 131 | | |
| |||
124 | 142 | | |
125 | 143 | | |
126 | 144 | | |
127 | | - | |
| 145 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | | - | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
0 commit comments