Skip to content

Commit

Permalink
Refinance - Workflows - Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-langa committed May 23, 2024
1 parent 81f31b2 commit 1778943
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
"//-5b": "---------- SWAP TESTS ------------",
"//-5c": "---------------------------------------------------------------",
"with-wallet:swap": "REPORT_FOLDER=with-wallet-swap npx playwright test --project=with-wallet-swap --workers=1",
"with-wallet:swap:aavev3": "REPORT_FOLDER=with-wallet-swap npx playwright test --project=with-wallet-swap-aavev3 --workers=1",
"with-wallet:swap:maker": "REPORT_FOLDER=with-wallet-swap npx playwright test --project=with-wallet-swap-maker --workers=1",
"with-wallet:swap:morphoblue": "REPORT_FOLDER=with-wallet-swap npx playwright test --project=with-wallet-swap-morphoblue --workers=1",
"with-wallet:swap:spark": "REPORT_FOLDER=with-wallet-swap npx playwright test --project=with-wallet-swap-spark --workers=1",
"with-wallet:swap:aavev3": "REPORT_FOLDER=with-wallet-swap-aavev3 npx playwright test --project=with-wallet-swap-aavev3 --workers=1",
"with-wallet:swap:maker": "REPORT_FOLDER=with-wallet-swap-maker npx playwright test --project=with-wallet-swap-maker --workers=1",
"with-wallet:swap:morphoblue": "REPORT_FOLDER=with-wallet-swap-morphoblue npx playwright test --project=with-wallet-swap-morphoblue --workers=1",
"with-wallet:swap:spark": "REPORT_FOLDER=with-wallet-swap-spark npx playwright test --project=with-wallet-swap-spark --workers=1",
"ci:with-wallet:swap": "RETRIES='2' xvfb-run yarn with-wallet:swap",
"ci:with-wallet:swap:aavev3": "RETRIES='2' xvfb-run yarn with-wallet:swap:aavev3",
"ci:with-wallet:swap:maker": "RETRIES='2' xvfb-run yarn with-wallet:swap:maker",
Expand Down Expand Up @@ -124,6 +124,10 @@
"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",
"//-10a": "---------------------------------------------------------------",
"//-10b": "---------------------- MANUAL TESTING UTILS --------------------------------",
"//-10c": "---------------------------------------------------------------",
Expand Down

0 comments on commit 1778943

Please sign in to comment.