mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-27 01:40:20 +08:00
b16732ffb2
* add rtl support * redo * remove param * clog * fix backend tests; add textbox story * add textbox story * fix textbox story * fixed textbox story, markdown * markdown story * format * fixes' * Update CHANGELOG.md * update docstrings * fix tests * fix static checks * fix tests
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"
|
|
};
|