Remove daily playwright config

This commit is contained in:
rodelgc 2023-05-18 00:21:26 +08:00
parent eebd3ed285
commit 58f113ec47
2 changed files with 1 additions and 9 deletions

View File

@ -48,7 +48,7 @@ jobs:
working-directory: plugins/woocommerce
env:
UPDATE_WC: nightly
run: pnpm exec playwright test --config=tests/e2e-pw/daily.playwright.config.js update-woocommerce.spec.js
run: pnpm exec playwright test --config=tests/e2e-pw/playwright.config.js update-woocommerce.spec.js
- name: Run API tests.
working-directory: plugins/woocommerce

View File

@ -1,8 +0,0 @@
const defaultConfig = require( './playwright.config' );
const config = {
...defaultConfig,
testIgnore: '**/shopper/**',
};
module.exports = config;