mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-03 01:50:59 +08:00
ea889fa8c4
* add more tests * fixes * fixes * fixes * fix testmatch
10 lines
174 B
JavaScript
10 lines
174 B
JavaScript
export default {
|
|
use: {
|
|
screenshot: "only-on-failure",
|
|
trace: "retain-on-failure"
|
|
},
|
|
testMatch: /.*.spec.ts/,
|
|
testDir: "..",
|
|
globalSetup: "./playwright-setup.js"
|
|
};
|