mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-09 09:49:58 +01:00
* test for add step * adding relative path and testing with npm run test-ui(for testing in travis but it will abort previous test-ui) * checking index.html * checking index.html * changing test location and reverting index.html * remove console.log
11 lines
177 B
JavaScript
11 lines
177 B
JavaScript
module.exports = {
|
|
launch: {
|
|
headless: process.env.HEADLESS !== 'false',
|
|
},
|
|
server: {
|
|
command: 'grunt serve',
|
|
port:3000,
|
|
launchTimeout: 5000000,
|
|
},
|
|
|
|
}; |