tymfear
tymfear
So the JSON reporter issue is here #2608 .
@j0tunn - what do you mean by soon? Currently it is impossible to replace gemini with hermione. There is a lot of things to be implemented to hermione to replace...
According to the Caveats section: > Tests will not re-run properly (all tests will run each time) if you use a custom reporter that does not log stacktraces for failed...
When this will be merged? Waiting for this feature!
So once again pinging. Can we update the branch and merge it?
> Yes, this will. It will be released for Protractor 6. It will be available in beta soon. @cnishina Cool, thank you!
@lanwen well, yeah, it can! But it won't be useful when you got IPs as host names. Unless you remember all the IPs :-p
+1 for canceling video creation option
Now my typings fail. Before: ```typescript let testrail: TestRail; let tests: ITest[]; testrail = new TestRail(params); tests = await testrail.getTests(123, {}) ``` Now ```typescript let testrail: TestRail; let tests: ITest[];...