allure-cli-depricated
allure-cli-depricated copied to clipboard
Unable to generate the reports with proxy
With the latest version of allure-cli(2.4), we are unable to upgrade the version of the allure with command allure upgrade.
Also switch bundles is also not working. Please suggest!!
Summon @baev
You should download bundle http://central.maven.org/maven2/ru/yandex/qatools/allure/allure-bundle/1.4.17/allure-bundle-1.4.17.jar by yourself and place it into ~/.allure/bundles/1.4.17/allure-bundle.jar
then you should replace config ~/.allure/config.xml
with the following:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config locale="en">
<reportPath>allure-report</reportPath>
<currentVersion>1.4.17</currentVersion>
<previousVersion>1.4.17</previousVersion>
<installedVersions>
<version>1.4.17</version>
</installedVersions>
</config>
@baev: I tried the steps mentioned by you, but still facing problems to generate the report I am trying to execute the reports in windows machine Below are the steps I have followed to generate the allure, Kindly correct me if I am missing anywhere
- Downloaded the allure-cli 2.4 version from Git, extracted and placed in a folder with name 'allure' on desktop
- Downloaded the bundle and placed in the path '/desktop/allure/bundles/1.4.17/allure-bundle.jar'
- Created a config.xml file and placed in the allure folder
Folder look like the below
Following are the steps followed for generation of the report
Error Image while switching the bundles
@meesala9 your bundles directory name is incorrect. Should be <user.dir>/.allure/bundles (with dot).
@vania-pooh : Thanks for correction, I have created the .allure folder and placed the bundles folder and config.xml file.
When I try to run the allure switch 1.4.17, I am still getting the error.
Below are the screen shots of the directory and execution commands:
Please correct if I am missing anywhere.
Thanks in advance for your valuable time
@meesala9 <user.dir>/.allure/bundles means something like C:\Users\myuser.allure\bundles in Windows terms.
@vania-pooh: I could able to generate the reports in my machine. It's working perfectly.
Also, I did observe an issue, when I followed the same steps in the Virtual machine.
Below is the screen shot:
Can you please suggest, if you have solution!!
@meesala9 hmm, no idea. Summon @baev.