-
Hi Team,
I am facing issue to get case result when generate allure report using allure-pytest 3.13.1 version.
Cli: python -m pytest --forked tests/function -q --alluredir=./__out__/results
#…
-
HEre below how to :
* install allure (one executable, with folders with plugins in)
* generate an allure report, from a folder containing all the test results (so the tests results can go into an s…
-
**Is your feature request related to a problem? Please describe.**
Currently `bin/allure` requires that both `simple-result.json` and `categories.json` are in the same folder.
If I put the files i…
-
Hello Pavan! First, thank you for making this action available.
I have a doubt about creating the index.html using the history of a subfolder rather than the repository's root folder.
I have the…
-
I am Not able to capture the screenshot on test failure (i run from mvn)
for example -> "mvn clean test -DsuiteXmlFile=src/test/resources/TestingXML/test.xml -Dtestng.testnames=download"
Here is…
-
Im trying to add attachment to every step in allure. Unfortunately the object is empty `{ suites: [], options: { targetDir: 'allure-results' }` and I couldn't access the current step. Works fine in mo…
-
I am using the below POM plugin configuration, to push Allure test reports into our Zephyr plugin of the Jira board.
```
org.codehaus.mojo
exec-maven-plugin
1.3.1
…
-
allure-docx /Users/artem/AquaProjects/is-pk-automation/build/allure-results/ result.pdf
Template: None
allure-docx generate /Users/artem/AquaProjects/is-pk-automation/build/allure-results --t…
-
**Describe the bug**
Allure reporting is not working.
**To Reproduce**
Steps to reproduce the behavior:
1. Execute test
2. Create allure report
**Expected behavior**
The report reflects tes…
-
Hi,
I've noticed that the value of the historyid across the allure-results/XXX-result.json files for the same Postman request is getting allocated different historyid values on each execution, whic…