This commit is contained in:
14
test_tipc/web/jest-puppeteer.config.js
Normal file
14
test_tipc/web/jest-puppeteer.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
// jest-puppeteer.config.js
|
||||
module.exports = {
|
||||
launch: {
|
||||
headless: false,
|
||||
product: 'chrome'
|
||||
},
|
||||
browserContext: 'default',
|
||||
server: {
|
||||
command: 'python3 -m http.server 9811',
|
||||
port: 9811,
|
||||
launchTimeout: 10000,
|
||||
debug: true
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user