mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
fddf376784
* start * change api * integrate into gradio * log * try this * format * changes * format * fix css * fix file
9 lines
145 B
JavaScript
9 lines
145 B
JavaScript
export default {
|
|
use: {
|
|
screenshot: "only-on-failure",
|
|
trace: "retain-on-failure"
|
|
},
|
|
globalSetup: "./playwright-setup.js",
|
|
workers: 1
|
|
};
|