Remove daily playwright config
This commit is contained in:
parent
eebd3ed285
commit
58f113ec47
|
@ -48,7 +48,7 @@ jobs:
|
||||||
working-directory: plugins/woocommerce
|
working-directory: plugins/woocommerce
|
||||||
env:
|
env:
|
||||||
UPDATE_WC: nightly
|
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.
|
- name: Run API tests.
|
||||||
working-directory: plugins/woocommerce
|
working-directory: plugins/woocommerce
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
const defaultConfig = require( './playwright.config' );
|
|
||||||
|
|
||||||
const config = {
|
|
||||||
...defaultConfig,
|
|
||||||
testIgnore: '**/shopper/**',
|
|
||||||
};
|
|
||||||
|
|
||||||
module.exports = config;
|
|
Loading…
Reference in New Issue