mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
11 lines
175 B
TypeScript
11 lines
175 B
TypeScript
import baseConfig from '@jupyterlab/galata/lib/playwright-config';
|
|
|
|
module.exports = {
|
|
...baseConfig,
|
|
timeout: 240000,
|
|
use: {
|
|
appPath: '/retro'
|
|
},
|
|
retries: 1
|
|
};
|