Wondering if there is a possibility to have a data driven tests with protractor + jasmine to execute it in parallel. I have the following: storeList.json – an array with input params to test individual store. We have around 40 stores – records. ordering.js – code (protractor) which takes each element from json above and executes it as separate test.
Tag: automated-tests
node_modules is not recognized as an internal or external command
I’m trying to write a test automation script using appium, jasmine, and perfecto mobile. I’m using the project cloned from the following URL with my own configuration Appium Javascript Example The problem is when I execute the npm test command I get the following error node_modules is not recognized as an internal or external command This is how the packages.json
Merge coverage files with istanbul
I have a situation where all my tests run in parallel and it creates the coverage report. I was able to create a separate coverage folder for each test with the –dir option in the command line, which is great. Now that I have all of these folders with coverage details, is it possible to merge all of these files