test for add step (#1366)

* 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
This commit is contained in:
keshav234156
2019-12-18 06:07:27 +05:30
committed by Jeffrey Warren
parent 4a86abbafd
commit ed0f76c78d
6 changed files with 4966 additions and 2367 deletions

11
jest-puppeteer.config.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
launch: {
headless: process.env.HEADLESS !== 'false',
},
server: {
command: 'grunt serve',
port:3000,
launchTimeout: 5000000,
},
};