From 1778943c101e0b326ba466ebb947ca0653e7dba1 Mon Sep 17 00:00:00 2001 From: juan-langa Date: Thu, 23 May 2024 16:58:58 +0200 Subject: [PATCH] Refinance - Workflows - Fix --- package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0143d812..6079d3b9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": "---------------------------------------------------------------",