-
Hi team,
I'm running into the issue where for failed tests, there is a long stretch of empty lines before the actual table is printed. I'm not using any custom formatter, and this is just the defau…
-
I am trying to use this for the pytest report, when I run it, it shows the error as follows
AttributeError: 'TestReport' object has no attribute 'start'
pytest==7.1.2
pytest-json-ctrf==0.3.5
t…
-
Including the line number of a failed go test will allow for https://github.com/ctrf-io/github-actions-test-reporter-ctrf to annotate correctly on Github.
Currently supported items are listed here:…
-
Currently, in CTRF report, all the test steps provide only "name" and "status" of given step.
Playwright provides many more details for each of the step, including a step's category, execution dura…
-
Is there a way to set `retention-days` on the report created by `github-actions-ctrf`?
-
**What is your use-case and why do you need this feature?**
I read recently about this format and some Github actions around it. It would be nice to considered as a Feature in the future
**Describ…
-
**Is your feature request related to a problem? Please describe.**
It would be nice to be able to store the results of the XRAY Reporter somewhere, either in a file or env variable.
What is "Resul…
-
Sometimes CI tests fail. Flaky tests are bad and we should aim to not have any. Here is an example of such a test failing on one instance, but passing when rerun:
https://github.com/bluesky/ophyd-a…
-
GitHub action to
- pull the changed code,
- grab the rule IDs and test data from the git repo established in #797
- update the rules cache of the container (container will need to have write permis…
-
In a jest test file, if there are compiler issues in the test itself (i.e. missing imports, missing arguments to a function, etc.), the output summary states that the number of tests = 0 and failed = …