Vini
Vini
Any chance of having this issue prioritized and implemented? Unfortunately, it is affecting my reporting structure and therefore client is not willing to upgrade Allure version. _Note: the recommended approach...
> > I'd be happy to contribute and help implementing in case support could be provided :) > > 👍 I'm ok with that. A few thoughts: > > 1....
@baev there was this #49 issue years ago fixed to display disabled tests as skipped. Since we're changing this logic to make it configurable, is it fine if I refactor...
@baev MR is ready. Please, review whenever you have some time. All changes and suggestions are welcome - _including conventions, standards, style etc..._
Hi folks, similar case happens with TestNG. I have several cases where @BeforeClass initializes connections which might fail, and therefore are not reported. Please, let me know if we should...
> Sounds like a sensible enhancement. Are you able to provide a PR? Thanks @chrjohn I would like to give it a try to fix it :)
@pankajrawat1996 I managed to get launches published by setting it to false (meaning not asynchronous ofc) `rp.reporting.async=false`
@vincentbii you could use package private access modifier in test methods
@vincentbii pls check the tests - you've set them as private and some are public. Ideally, as per guidelines, we should use **package private** in our Java code.
> @vinipx > > i seem not to understand the problem. Can I get a sample > > Going through other code, and test cases are using `public void ...`...