Skip to content

Commit

Permalink
Add e2e tests to the same repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
brankologeecom committed Dec 19, 2024
1 parent c26f1e2 commit 963340c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
"main": "index.js",
"type": "module",
"scripts": {
"test:ci:magento:all": "npx playwright test --config=projects/magento/magentoCIContainer.config.cjs",
"test:ci:magento": "npx playwright test --config=projects/magento/magentoCIContainer.config.cjs --project='backoffice' --project='user'",
"test:ci:magento:express-checkout": "npx playwright test --config=projects/magento/magentoCIContainer.config.cjs --project='express-checkout'",
"test:adyenlocal:magento": "npx playwright test --workers=1 --headed --project='backoffice' --project='user' --config=projects/magento/magento.config.cjs",
"test:adyenlocal:magento:headless": "npx playwright test --workers=1 --project=chromium --config=projects/magento/magento.config.cjs",
"test:adyenlocal:magento:parallel": "npx playwright test --headed --project=chromium --config=projects/magento/magento.config.cjs",
"test:adyenlocal:magento:headless:parallel": "npx playwright test --project=chromium --config=projects/magento/magento.config.cjs",
"test:adyenlocal:magento:wallet": "npx playwright test --workers=1 --headed --project='backoffice' --project='user' --grep @wallet --config=projects/magento/magento.config.cjs",
"test:ci:shopware": "npx playwright test --config=projects/shopware/shopwareCIContainer.config.cjs",
"test:adyenlocal:shopware": "npx playwright test --workers=1 --headed --project=chromium --config=projects/shopware/shopware.config.cjs",
"test:adyenlocal:shopware:headless": "npx playwright test --workers=1 --project=chromium --config=projects/shopware/shopware.config.cjs",
Expand Down

0 comments on commit 963340c

Please sign in to comment.