gradio/ui/playwright.config.js
pngwn fddf376784
JS client take 2 (#3388)
* start

* change api

* integrate into gradio

* log

* try this

* format

* changes

* format

* fix css

* fix file
2023-03-07 16:36:25 +00:00

9 lines
145 B
JavaScript

export default {
use: {
screenshot: "only-on-failure",
trace: "retain-on-failure"
},
globalSetup: "./playwright-setup.js",
workers: 1
};