kagarwal29

Results 14 comments of kagarwal29

Hello Guys, I am taking help of this thread to get JS coverage report. I am using code mentioned by @attodorov to setup server & posting coverage report from broser...

Thanks @mahuntington for pointing me to you project. I imported the project & it works on my local. :) Your code is proving to be of great help to me.

@mahuntington Can you please look into my query in following post ? Your response would be very helpful. https://github.com/gotwarlost/istanbul-middleware/issues/45#issuecomment-308631620

@gotwarlost I have a quick query.How do I un-minify the JS present in the report? I want the JS present in the report to be in readable format.Currently it all...

Hello ORESoftware, I am taking help of your above mentioned code to get Client Side JS coverage.I am using Istanbul for it. But when I try to execute this line...

Hey @ORESoftware @gotwarlost, After I include 'webdriver-manager' , I get following error : ``` var browser = new driver.Builder().usingServer().withCapabilities({'browserName': 'chrome' }).build(); ^ TypeError: driver.Builder is not a constructor at Object....

Hey @ORESoftware @gotwarlost , I managed to tweak the scripts so that I can avoid keywords like await,after,let etc.Following is my code now : My Server : ``` const cov...

I am running Node Version 8.1.2 (ran latest Node.js JAR file.Shall I update using NVM ? Will it make any difference?) & I am running 'browser.get('file:///Users/kapaga/Desktop/sample.html');' in Node.js only.

Reinstalled latest version of Node (8.1.2) using NVM & used original code but still node is not able to identify the keywords like cb,after,let etc (as mentioned in my previous...

When I do `node -v` i get `v8.1.2`. I have done 'nvm use 8.1.2' also.Still no change in the problem.