gradio/.config/playwright.config.js
pngwn ea889fa8c4
unit tests for shared component functionality (#4794)
* add more tests

* fixes

* fixes

* fixes

* fix testmatch
2023-07-06 10:55:45 +01:00

10 lines
174 B
JavaScript

export default {
use: {
screenshot: "only-on-failure",
trace: "retain-on-failure"
},
testMatch: /.*.spec.ts/,
testDir: "..",
globalSetup: "./playwright-setup.js"
};