Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ubuntu 18.04 zsh: command not found: allure #1114

Closed
moluoyu opened this issue Jul 26, 2020 · 4 comments
Closed

ubuntu 18.04 zsh: command not found: allure #1114

moluoyu opened this issue Jul 26, 2020 · 4 comments

Comments

@moluoyu
Copy link

moluoyu commented Jul 26, 2020

i installed allure following the steps:

image
Execute allure --version in console ,it can't find the command:

image

my zsh version:
image

@thuibr
Copy link

thuibr commented Sep 9, 2020

I have an insight in #989

@baev baev closed this as completed Nov 8, 2020
@clarabez
Copy link

clarabez commented Jan 6, 2021

Proceed with Manual Installation as described on main page for Allure documentation.

Basically:

  • Download Allure from maven repository;
  • Unzip it;
  • Copy path location for /bin;
  • Add /bin location into your bash_profile or bashrc file;
  • Source bash_profile or bashrc file;

Should work.

@martinstajnko
Copy link

Proceed with Manual Installation as described on main page for Allure documentation.

Basically:

* Download Allure from maven repository;

* Unzip it;

* Copy path location for /bin;

* Add /bin location into your bash_profile or bashrc file;

* Source bash_profile or bashrc file;

Should work.

After that, I got:
ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation.

I installed Java.

Now I am getting:
Error: Could not find or load main class io.qameta.allure.CommandLine
Caused by: java.lang.ClassNotFoundException: io.qameta.allure.CommandLine

Can someone guide me through proper set up of Allure Test Report Framework?
Has someone experience on how to set up Allure inside of Poetry environment?

Thank you!

@karpikpl
Copy link

was this ever solved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants