Mrityunjeyan S

Results 9 comments of Mrityunjeyan S

When we set `electronPath` to be `require('electron')` this occurs. Any workarounds for this? Is it usual behaviour on mac as well?

@mnataraj17 did you get a chance to implement the above? I am trying the same scenario, where I have a bunch of tests in playwright with the junit report and...

@unlikelyzero thanks for getting back. Yes I do have a junit file, and It works when I try to view the results of the tests in the jenkins so I...

@unlikelyzero This is the command I used `./node_modules/.bin/junit-testrail-reporter -p=test-results-0.xml -h=TESTRAIL_HOSTD -projectId=1 -u='username'` Is this correct? I get this error like `SyntaxError: Unexpected token '?'` I am passing the password arguments...

@unlikelyzero yup! I had created a support ticket in the respective repository. and wow! I did not know about this plugin, Yes! I am using Jenkins,I was quite skeptical to...

@unlikelyzero well i hit a snag in the official plugin as well its not pretty much in usable state since long time due to this open null pointer issue haha...

> @unlikelyzero > > This is the command I used > > `./node_modules/.bin/junit-testrail-reporter -p=test-results-0.xml -h=TESTRAIL_HOSTD -projectId=1 -u='username'` > > Is this correct? > > I get this error like `SyntaxError:...

@unlikelyzero Looks like implementing our own custom service in our framework that uses playwright tool is much easier than using of the `Jenkinsfile` , I have a working example that...