mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-06 10:25:17 +08:00
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
|
export default {
|
||
|
use: {
|
||
|
screenshot: "only-on-failure",
|
||
|
trace: "retain-on-failure"
|
||
|
},
|
||
|
globalSetup: "./playwright-setup.js"
|
||
|
};
|