-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
243 lines (243 loc) · 26.2 KB
/
package.json
File metadata and controls
243 lines (243 loc) · 26.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
{
"name": "e2e-tests",
"version": "1.0.0",
"description": "E2E tests automation for oasis-borrow",
"main": "index.js",
"type": "module",
"author": "juan-langa <juan@oazoapps.com>",
"license": "Apache-2.0",
"devDependencies": {
"@ethersproject/providers": "^5.7.2",
"@inquirer/prompts": "^3.3.0",
"@playwright/test": "^1.48.1",
"@synthetixio/synpress": "^4.0.3",
"@types/node": "^22.8.0",
"axios": "^1.6.0",
"dotenv": "^16.4.5",
"ethers": "^6.7.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3"
},
"scripts": {
"synpress-build-cache:hyper": "yarn synpress ./utils/synpress/hyper-setup",
"synpress-build-cache:real-wallet": "yarn synpress ./utils/synpress/real-wallet-setup",
"synpress-build-cache:real-wallet:all-but-optimism": "yarn synpress ./utils/synpress/real-wallet-setup-no-optimism",
"synpress-build-cache:test-wallet": "yarn synpress ./utils/synpress/test-wallet-setup",
"synpress-build-cache:test-wallet:ethereum": "yarn synpress ./utils/synpress/test-wallet-setup/ethereum",
"synpress-build-cache:test-wallet:arbitrum": "yarn synpress ./utils/synpress/test-wallet-setup/arbitrum",
"synpress-build-cache:test-wallet:base": "yarn synpress ./utils/synpress/test-wallet-setup/base",
"synpress-build-cache:test-wallet:optimism": "yarn synpress ./utils/synpress/test-wallet-setup-optimism",
"synpress-build-cache:test-wallet:all-but-optimism": "yarn synpress ./utils/synpress/test-wallet-setup",
"synpress-v4": "REPORT_FOLDER=synpress-v4 npx playwright test --project=synpress-v4",
"institutions": "REPORT_FOLDER=institutions npx playwright test --project=institutions",
"institutions:no-wallet": "REPORT_FOLDER=institutions-no-wallet npx playwright test --project=institutions-no-wallet",
"institutions:with-real-wallet": "REPORT_FOLDER=institutions-real-wallet npx playwright test --project=institutions-real-wallet",
"lazy": "REPORT_FOLDER=lazy npx playwright test --project=lazy",
"lazy:no-wallet": "REPORT_FOLDER=lazy-no-wallet npx playwright test --project=lazy-no-wallet",
"lazy:with-real-wallet": "REPORT_FOLDER=lazy-real-wallet npx playwright test --project=lazy-real-wallet",
"lazy:with-real-wallet:arbitrum": "REPORT_FOLDER=lazy-real-wallet npx playwright test --grep @arbitrum --project=lazy-real-wallet",
"lazy:with-test-wallet": "REPORT_FOLDER=lazy-test-wallet npx playwright test --project=lazy-test-wallet",
"lazy:production": "REPORT_FOLDER=lazy-production npx playwright test --project=lazy-production",
"lazy:production-only": "REPORT_FOLDER=lazy-production npx playwright test --grep @productionOnly --project=lazy-production",
"lazy:production:no-wallet": "REPORT_FOLDER=lazy-no-wallet npx playwright test --project=lazy-production-no-wallet",
"lazy:production:real-wallet": "REPORT_FOLDER=lazy-real-wallet npx playwright test --project=lazy-production-real-wallet",
"lazy:production-only:no-wallet": "REPORT_FOLDER=lazy-production-no-wallet npx playwright test --grep @productionOnly --project=lazy-production-no-wallet",
"lazy:production-only:real-wallet": "REPORT_FOLDER=lazy-production-real-wallet npx playwright test --grep @productionOnly --project=lazy-production-real-wallet",
"lazy:production:balance": "REPORT_FOLDER=lazy-balance npx playwright test --grep @balance --project=lazy-production-balance",
"lazy:production:no-wallet:balance": "REPORT_FOLDER=lazy-no-wallet-balance npx playwright test --grep @balance --project=lazy-production-no-wallet-balance",
"lazy:production:real-wallet:balance": "REPORT_FOLDER=lazy-real-wallet-balance npx playwright test --grep @balance --project=lazy-production-real-wallet-balance",
"api-tests": "REPORT_FOLDER=api-tests npx playwright test --project=api-tests",
"verify-staging-pro": "REPORT_FOLDER=verify-staging-pro npx playwright test --project=verify-staging-pro",
"verify-staging-lazy": "REPORT_FOLDER=verify-staging-lazy npx playwright test --project=verify-staging-lazy",
"verify-staging-institutions": "REPORT_FOLDER=verify-staging-institutions npx playwright test --project=verify-staging-institutions",
"no-wallet": "REPORT_FOLDER=no-wallet npx playwright test --project=no-wallet",
"no-wallet:portfolio": "REPORT_FOLDER=no-wallet-portfolio npx playwright test --project=no-wallet-portfolio",
"with-real-wallet": "REPORT_FOLDER=with-real-wallet npx playwright test --project=with-real-wallet",
"with-wallet:rays": "REPORT_FOLDER=with-wallet-rays npx playwright test --project=with-wallet-rays",
"with-wallet:token-swap-rate": "REPORT_FOLDER=with-wallet-token-swap-rate npx playwright test --project=with-wallet-token-swap-rate",
"with-wallet:rays-and-token-swap-rate": "REPORT_FOLDER=with-wallet-rays-and-token-swap-rate npx playwright test --project=with-wallet-rays-and-token-swap-rate",
"with-wallet:aave:ethereum": "REPORT_FOLDER=with-wallet-aave-ethereum npx playwright test --project=with-wallet-aave-ethereum",
"with-wallet:aave:other": "REPORT_FOLDER=with-wallet-aave-other npx playwright test --project=with-wallet-aave-other",
"with-wallet:aave:arbitrum": "REPORT_FOLDER=with-wallet-aave-arbitrum npx playwright test --project=with-wallet-aave-arbitrum",
"with-wallet:aave:base": "REPORT_FOLDER=with-wallet-aave-base npx playwright test --project=with-wallet-aave-base",
"with-wallet:aave:optimism": "REPORT_FOLDER=with-wallet-aave-optimism npx playwright test --project=with-wallet-aave-optimism",
"with-wallet:aave:arbitrum-and-optimism": "REPORT_FOLDER=with-wallet-aave-arbitrum-and-optimism npx playwright test --project=with-wallet-aave-arbitrum-and-optimism",
"with-wallet:ajna-and-morphoblue": "REPORT_FOLDER=with-wallet-ajna-and-morphoblue npx playwright test --project=with-wallet-ajna-and-morphoblue",
"with-wallet:ajna": "REPORT_FOLDER=with-wallet-ajna npx playwright test --project=with-wallet-ajna",
"with-wallet:ajna:all-but-optimism": "REPORT_FOLDER=with-wallet-ajna npx playwright test --project=with-wallet-ajna-all-but-optimism",
"with-wallet:ajna:ethereum": "REPORT_FOLDER=with-wallet-ajna-ethereum npx playwright test --project=with-wallet-ajna-ethereum",
"with-wallet:ajna:arbitrum": "REPORT_FOLDER=with-wallet-ajna-arbitrum npx playwright test --project=with-wallet-ajna-arbitrum",
"with-wallet:ajna:base": "REPORT_FOLDER=with-wallet-ajna-base npx playwright test --project=with-wallet-ajna-base",
"with-wallet:ajna:optimism": "REPORT_FOLDER=with-wallet-ajna-optimism npx playwright test --project=with-wallet-ajna-optimism",
"with-wallet:morphoblue": "REPORT_FOLDER=with-wallet-morphoblue npx playwright test --project=with-wallet-morphoblue",
"with-wallet:morphoblue:ethereum": "REPORT_FOLDER=with-wallet-morphoblue-ethereum npx playwright test --project=with-wallet-morphoblue-ethereum",
"with-wallet:morpho-and-ajna:ethereum": "REPORT_FOLDER=with-wallet-morpho-and-ajna-ethereum npx playwright test --project=with-wallet-morpho-and-ajna-ethereum",
"with-wallet:morpho-and-ajna:base": "REPORT_FOLDER=with-wallet-morpho-and-ajna-base npx playwright test --project=with-wallet-morpho-and-ajna-base",
"with-wallet:maker-and-spark": "REPORT_FOLDER=with-wallet-maker-and-spark npx playwright test --project=with-wallet-maker-and-spark",
"with-wallet:spark:ethereum": "REPORT_FOLDER=with-wallet-spark-ethereum npx playwright test --project=with-wallet-spark-ethereum",
"with-wallet:maker:ethereum": "REPORT_FOLDER=with-wallet-maker-ethereum npx playwright test --project=with-wallet-maker-ethereum",
"with-wallet:open-positions": "REPORT_FOLDER=with-wallet-open-positions npx playwright test --project=with-wallet-open-positions",
"with-wallet:open-positions:aave": "REPORT_FOLDER=with-wallet-open-positions-aave npx playwright test --project=with-wallet-open-positions-aave",
"with-wallet:open-positions:aave:ethereum": "REPORT_FOLDER=with-wallet-open-positions-aave-ethereum npx playwright test --project=with-wallet-open-positions-aave-ethereum",
"with-wallet:open-positions:aave:ethereum:earn-multiply": "REPORT_FOLDER=with-wallet-open-positions-aave-ethereum-earn-multiply npx playwright test --project=with-wallet-open-positions-aave-ethereum-earn-multiply",
"with-wallet:open-positions:aave:ethereum:borrow": "REPORT_FOLDER=with-wallet-open-positions-aave-ethereum-borrow npx playwright test --project=with-wallet-open-positions-aave-ethereum-borrow",
"with-wallet:open-positions:aave:l2s": "REPORT_FOLDER=with-wallet-open-positions-aave-l2s npx playwright test --project=with-wallet-open-positions-aave-l2s",
"with-wallet:open-positions:aave:base-and-arbitrum": "REPORT_FOLDER=with-wallet-open-positions-aave-l2s npx playwright test --project=with-wallet-open-positions-aave:base-and-arbitrum",
"with-wallet:open-positions:other": "REPORT_FOLDER=with-wallet-open-positions-other npx playwright test --project=with-wallet-open-positions-other",
"with-wallet:open-positions:aave:arbitrum": "REPORT_FOLDER=with-wallet-open-positions-aave-arbitrum npx playwright test --project=with-wallet-open-positions-aave-arbitrum",
"with-wallet:open-positions:aave:base": "REPORT_FOLDER=with-wallet-open-positions-aave-base npx playwright test --project=with-wallet-open-positions-aave-base",
"with-wallet:open-positions:aave:optimism": "REPORT_FOLDER=with-wallet-open-positions-aave-optimism npx playwright test --project=with-wallet-open-positions-aave-optimism",
"with-wallet:all": "yarn with-wallet:aave:ethereum & yarn with-wallet:aave:other & yarn with-wallet:ajna-and-morphoblue & yarn with-wallet:maker-and-spark",
"test:e2e": "yarn no-wallet & yarn with-wallet:all",
"//-1a": "---------------------------------------------------------------",
"//-1b": "---------------------- REGRESSION TESTS -----------------------",
"//-1c": "---------------------------------------------------------------",
"lazy:no-wallet:regression": "REPORT_FOLDER=lazy-no-wallet npx playwright test --grep @regression --project=lazy-no-wallet",
"lazy:real-wallet:regression": "REPORT_FOLDER=lazy-real-wallet npx playwright test --grep @regression --project=lazy-real-wallet",
"api-tests:regression": "REPORT_FOLDER=api-tests npx playwright test --grep @regression --project=api-tests",
"no-wallet:regression": "REPORT_FOLDER=no-wallet npx playwright test --grep @regression --project=no-wallet",
"with-wallet:aave:ethereum:regression": "REPORT_FOLDER=with-wallet-aave-ethereum npx playwright test --grep @regression --project=with-wallet-aave-ethereum",
"with-wallet:aave:other:regression": "REPORT_FOLDER=with-wallet-aave-other npx playwright test --grep @regression --project=with-wallet-aave-other",
"with-wallet:aave:arbitrum:regression": "REPORT_FOLDER=with-wallet-aave-arbitrum npx playwright test --grep @regression --project=with-wallet-aave-arbitrum",
"with-wallet:aave:base:regression": "REPORT_FOLDER=with-wallet-aave-base npx playwright test --grep @regression --project=with-wallet-aave-base",
"with-wallet:aave:optimism:regression": "REPORT_FOLDER=with-wallet-aave-optimism npx playwright test --grep @regression --project=with-wallet-aave-optimism",
"with-wallet:aave:arbitrum-and-optimism:regression": "REPORT_FOLDER=with-wallet-aave-arbitrum-and-optimism npx playwright test --grep @regression --project=with-wallet-aave-arbitrum-and-optimism",
"with-wallet:ajna-and-morphoblue:regression": "REPORT_FOLDER=with-wallet-ajna-and-morphoblue npx playwright test --grep @regression --project=with-wallet-ajna-and-morphoblue",
"with-wallet:ajna:regression": "REPORT_FOLDER=with-wallet-ajna npx playwright test --grep @regression --project=with-wallet-ajna",
"with-wallet:ajna:ethereum:regression": "REPORT_FOLDER=with-wallet-ajna-ethereum npx playwright test --grep @regression --project=with-wallet-ajna-ethereum",
"with-wallet:ajna:arbitrum:regression": "REPORT_FOLDER=with-wallet-ajna-arbitrum npx playwright test --grep @regression --project=with-wallet-ajna-arbitrum",
"with-wallet:ajna:base:regression": "REPORT_FOLDER=with-wallet-ajna-base npx playwright test --grep @regression --project=with-wallet-ajna-base",
"with-wallet:ajna:optimism:regression": "REPORT_FOLDER=with-wallet-ajna-optimism npx playwright test --grep @regression --project=with-wallet-ajna-optimism",
"with-wallet:morphoblue:ethereum:regression": "REPORT_FOLDER=with-wallet-morphoblue-ethereum npx playwright test --grep @regression --project=with-wallet-morphoblue-ethereum --workers=2",
"with-wallet:maker-and-spark:regression": "REPORT_FOLDER=with-wallet-maker-and-spark npx playwright test --grep @regression --project=with-wallet-maker-and-spark",
"with-wallet:spark:ethereum:regression": "REPORT_FOLDER=with-wallet-spark-ethereum npx playwright test --grep @regression --project=with-wallet-spark-ethereum",
"with-wallet:maker:ethereum:regression": "REPORT_FOLDER=with-wallet-maker-ethereum npx playwright test --grep @regression --project=with-wallet-maker-ethereum",
"with-wallet:all:regression": "yarn with-wallet:aave:ethereum:regression & yarn with-wallet:aave:other:regression & yarn with-wallet:ajna-and-morphoblue:regression & yarn with-wallet:maker-and-spark:regression",
"test:e2e:regression": "yarn no-wallet:regression & yarn with-wallet:all:regression",
"//-2a": "---------------------------------------------------------------",
"//-2b": "---------------------- CI REGRESSION TESTS -----------------------",
"//-2c": "---------------------------------------------------------------",
"ci:synpress-build-cache:hyper": "xvfb-run yarn synpress-build-cache:hyper",
"ci:synpress-build-cache:real-wallet": "xvfb-run yarn synpress-build-cache:real-wallet",
"ci:synpress-build-cache:real-wallet:all-but-optimism": "xvfb-run yarn synpress-build-cache:real-wallet:all-but-optimism",
"ci:synpress-build-cache:test-wallet": "xvfb-run yarn synpress-build-cache:test-wallet",
"ci:synpress-build-cache:test-wallet:ethereum": "xvfb-run yarn synpress-build-cache:test-wallet:ethereum",
"ci:synpress-build-cache:test-wallet:arbitrum": "xvfb-run yarn synpress-build-cache:test-wallet:arbitrum",
"ci:synpress-build-cache:test-wallet:base": "xvfb-run yarn synpress-build-cache:test-wallet:base",
"ci:synpress-build-cache:test-wallet:optimism": "xvfb-run yarn synpress-build-cache:test-wallet:optimism",
"ci:synpress-build-cache:test-wallet:all-but-optimism": "xvfb-run yarn synpress-build-cache:test-wallet:all-but-optimism",
"ci:institutions": "WORKERS='1' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn institutions",
"ci:institutions-no-wallet": "WORKERS='1' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn institutions:no-wallet",
"ci:institutions-with-real-wallet": "WORKERS='1' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn institutions:with-real-wallet",
"ci:lazy-no-wallet": "WORKERS='1' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn lazy:no-wallet",
"ci:lazy-with-real-wallet": "WORKERS='1' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn lazy:with-real-wallet",
"ci:lazy-with-real-wallet:arbitrum": "WORKERS='1' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn lazy:with-real-wallet:arbitrum",
"ci:lazy-no-wallet-regression": "WORKERS='1' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn lazy:no-wallet:regression",
"ci:lazy-real-wallet-regression": "WORKERS='2' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn lazy:real-wallet:regression",
"ci:lazy-production:no-wallet": "WORKERS='2' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn lazy:production:no-wallet",
"ci:lazy-production:real-wallet": "WORKERS='2' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn lazy:production:real-wallet",
"ci:lazy-production:no-wallet:balance": "WORKERS='2' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn lazy:production:no-wallet:balance",
"ci:lazy-production:real-wallet:balance": "WORKERS='2' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn lazy:production:real-wallet:balance",
"ci:no-wallet:regression": "WORKERS='2' RETRIES='2' FULLY_PARALLEL='true' yarn no-wallet:regression",
"ci:with-real-wallet": "WORKERS='2' RETRIES='2' xvfb-run yarn with-real-wallet",
"ci:with-wallet:aave:ethereum:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:aave:ethereum:regression",
"ci:with-wallet:aave:other:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:aave:other:regression",
"ci:with-wallet:aave:arbitrum:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:aave:arbitrum:regression",
"ci:with-wallet:aave:base:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:aave:base:regression",
"ci:with-wallet:aave:optimism:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:aave:optimism:regression",
"ci:with-wallet:aave:arbitrum-and-optimism:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:aave:arbitrum-and-optimism:regression",
"ci:with-wallet:ajna-and-morphoblue:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:ajna-and-morphoblue:regression",
"ci:with-wallet:ajna:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:ajna:regression",
"ci:with-wallet:ajna:ethereum:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:ajna:ethereum:regression",
"ci:with-wallet:ajna:arbitrum:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:ajna:arbitrum:regression",
"ci:with-wallet:ajna:base:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:ajna:base:regression",
"ci:with-wallet:ajna:optimism:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:ajna:optimism:regression",
"ci:with-wallet:morphoblue:ethereum:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:morphoblue:ethereum:regression",
"ci:with-wallet:maker-and-spark:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:maker-and-spark:regression",
"ci:with-wallet:spark:ethereum:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:spark:ethereum:regression",
"ci:with-wallet:maker:ethereum:regression": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:maker:ethereum:regression",
"ci:with-wallet:open-positions:aave:arbitrum": "WORKERS='2' RETRIES='2' RETRIES='2' xvfb-run yarn with-wallet:open-positions:aave:arbitrum",
"ci:with-wallet:open-positions:aave:base": "WORKERS='2' RETRIES='2' RETRIES='2' xvfb-run yarn with-wallet:open-positions:aave:base",
"ci:with-wallet:open-positions:aave:optimism": "WORKERS='2' RETRIES='2' RETRIES='2' xvfb-run yarn with-wallet:open-positions:aave:optimism",
"//-3a": "---------------------------------------------------------------",
"//-3b": "---------------------- NIGHTLY TESTS -----------------------",
"//-3c": "---------------------------------------------------------------",
"nightly:lazy-production-only:no-wallet": "WORKERS='2' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn lazy:production-only:no-wallet",
"nightly:lazy-production-only:real-wallet": "WORKERS='2' RETRIES='2' FULLY_PARALLEL='true' xvfb-run yarn lazy:production-only:real-wallet",
"nightly:no-wallet": "WORKERS='2' FULLY_PARALLEL='true' RETRIES='2' yarn no-wallet",
"nightly:with-wallet:aave:ethereum": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:aave:ethereum",
"nightly:with-wallet:aave:other": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:aave:other",
"nightly:with-wallet:aave:arbitrum": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:aave:arbitrum",
"nightly:with-wallet:aave:base": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:aave:base",
"nightly:with-wallet:aave:optimism": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:aave:optimism",
"nightly:with-wallet:ajna": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:ajna",
"nightly:with-wallet:ajna:arbitrum": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:ajna:arbitrum",
"nightly:with-wallet:ajna:all-but-optimism": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:ajna:all-but-optimism",
"nightly:with-wallet:morphoblue": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:morphoblue",
"nightly:with-wallet:morpho-and-ajna:ethereum": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:morpho-and-ajna:ethereum",
"nightly:with-wallet:morpho-and-ajna:base": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:morpho-and-ajna:base",
"nightly:with-wallet:maker-and-spark": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:maker-and-spark",
"nightly:with-wallet:maker": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:maker:ethereum",
"nightly:with-wallet:spark": "WORKERS='2' RETRIES='2' xvfb-run yarn with-wallet:spark:ethereum",
"nightly:with-wallet:open-positions:aave": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:open-positions:aave",
"nightly:with-wallet:open-positions:aave:ethereum:earn-multiply": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:open-positions:aave:ethereum:earn-multiply",
"nightly:with-wallet:open-positions:aave:ethereum:borrow": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:open-positions:aave:ethereum:borrow",
"nightly:with-wallet:open-positions:aave:l2s": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:open-positions:aave:l2s",
"nightly:with-wallet:open-positions:aave:base-and-arbitrum": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:open-positions:aave:base-and-arbitrum",
"nightly:with-wallet:open-positions:other": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:open-positions:other",
"nightly:with-wallet:rays": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:rays",
"nightly:with-wallet:token-swap-rate": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:token-swap-rate",
"nightly:with-wallet:rays-and-token-swap-rate": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:rays-and-token-swap-rate",
"//-4a": "---------------------------------------------------------------",
"//-4b": "---------- PORTFOLIO (Staging vs Production) TESTS ------------",
"//-4c": "---------------------------------------------------------------",
"portfolio:staging-vs-production": "WORKERS='3' FULLY_PARALLEL='true' RETRIES='2' yarn no-wallet:portfolio",
"//-5a": "---------------------------------------------------------------",
"//-5b": "---------- SWAP TESTS ------------",
"//-5c": "---------------------------------------------------------------",
"with-wallet:swap": "REPORT_FOLDER=with-wallet-swap npx playwright test --project=with-wallet-swap",
"with-wallet:swap:aavev3": "REPORT_FOLDER=with-wallet-swap-aavev3 npx playwright test --project=with-wallet-swap-aavev3",
"with-wallet:swap:maker": "REPORT_FOLDER=with-wallet-swap-maker npx playwright test --project=with-wallet-swap-maker",
"with-wallet:swap:morphoblue": "REPORT_FOLDER=with-wallet-swap-morphoblue npx playwright test --project=with-wallet-swap-morphoblue",
"with-wallet:swap:spark": "REPORT_FOLDER=with-wallet-swap-spark npx playwright test --project=with-wallet-swap-spark",
"ci:with-wallet:swap": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:swap",
"ci:with-wallet:swap:aavev3": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:swap:aavev3",
"ci:with-wallet:swap:maker": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:swap:maker",
"ci:with-wallet:swap:morphoblue": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:swap:morphoblue",
"ci:with-wallet:swap:spark": "WORKERS=2 RETRIES='2' xvfb-run yarn with-wallet:swap:spark",
"//-9a": "---------------------------------------------------------------",
"//-9b": "---------------------- REPORTS --------------------------------",
"//-9c": "---------------------------------------------------------------",
"test:report:no-wallet": "npx playwright show-report playwright-reports/no-wallet",
"test:report:no-wallet-portfolio": "npx playwright show-report playwright-reports/no-wallet-portfolio",
"test:report:with-wallet:aave:ethereum": "npx playwright show-report playwright-reports/with-wallet-aave-ethereum",
"test:report:with-wallet:aave:other": "npx playwright show-report playwright-reports/with-wallet-aave-other",
"test:report:with-wallet:aave:arbitrum": "npx playwright show-report playwright-reports/with-wallet-aave-arbitrum",
"test:report:with-wallet:aave:base": "npx playwright show-report playwright-reports/with-wallet-aave-base",
"test:report:with-wallet:aave:optimism": "npx playwright show-report playwright-reports/with-wallet-aave-optimism",
"test:report:with-wallet:aave:arbitrum-and-optimism": "npx playwright show-report playwright-reports/with-wallet-aave-arbitrum-and-optimism",
"test:report:with-wallet:ajna-and-morphoblue": "npx playwright show-report playwright-reports/with-wallet-ajna-and-morphoblue",
"test:report:with-wallet:ajna": "npx playwright show-report playwright-reports/with-wallet-ajna",
"test:report:with-wallet:ajna:ethereum": "npx playwright show-report playwright-reports/with-wallet-ajna-ethereum",
"test:report:with-wallet:ajna:arbitrum": "npx playwright show-report playwright-reports/with-wallet-ajna-arbitrum",
"test:report:with-wallet:ajna:base": "npx playwright show-report playwright-reports/with-wallet-ajna-base",
"test:report:with-wallet:ajna:optimism": "npx playwright show-report playwright-reports/with-wallet-ajna-optimism",
"test:report:with-wallet:morphoblue:ethereum": "npx playwright show-report playwright-reports/with-wallet-morphoblue-ethereum",
"test:report:with-wallet:maker-and-spark": "npx playwright show-report playwright-reports/with-wallet-maker-and-spark",
"test:report:with-wallet:spark:ethereum": "npx playwright show-report playwright-reports/with-wallet-spark-ethereum",
"test:report:with-wallet:maker:ethereum": "npx playwright show-report playwright-reports/with-wallet-maker-ethereum",
"test:report:with-wallet:swap": "npx playwright show-report playwright-reports/with-wallet-swap",
"test:report:with-wallet:swap:aavev3": "npx playwright show-report playwright-reports/with-wallet-swap-aavev3",
"test:report:with-wallet:swap:maker": "npx playwright show-report playwright-reports/with-wallet-swap-maker",
"test:report:with-wallet:swap:morphoblue": "npx playwright show-report playwright-reports/with-wallet-swap-morphoblue",
"test:report:with-wallet:swap:spark": "npx playwright show-report playwright-reports/with-wallet-swap-spark",
"test:report:with-wallet:open-positions": "npx playwright show-report playwright-reports/with-wallet-open-positions",
"//-10a": "---------------------------------------------------------------",
"//-10b": "---------------------- MANUAL TESTING UTILS --------------------------------",
"//-10c": "---------------------------------------------------------------",
"create-fork": "tsx utilsManualTesting/createFork.ts",
"create-fork-github": "tsx utilsManualTesting/createForkGithub.ts",
"create-fork-with-eth": "tsx utilsManualTesting/createForkWithEth.ts",
"add-balance": "tsx utilsManualTesting/addBalanceToWallet.ts"
}
}