tuandunghcmut's picture
Add files using upload-large-folder tool
143b783 verified
raw
history blame
190 Bytes
export default {
use: {
screenshot: "only-on-failure",
trace: "retain-on-failure"
},
// testMatch: /.*.spec.ts/,
testDir: "..",
globalSetup: "./playwright-setup.js",
workers: 1
};