lundi 28 janvier 2019

Allure Command Line Tool - Plugins Not Found

I am using allure reporting tool to generate reports (protractor-Jasmine-Typescript). I am using command line tool to generate HTML reports as per the below link

https://github.com/allure-framework/allure-jasmine

The reports are getting generated fine but i am getting exceptions as below:

Could not load extension class io.qameta.allure.junitxml.JunitXmlPlugin: {} java.lang.ClassNotFoundException: io.qameta.allure.junitxml.JunitXmlPlugin

Could not load extension class io.qameta.allure.xunitxml.XunitXmlPlugin: {} java.lang.ClassNotFoundException: io.qameta.allure.xunitxml.XunitXmlPlugin

Could not load extension class io.qameta.allure.trx.TrxPlugin: {} java.lang.ClassNotFoundException: io.qameta.allure.trx.TrxPlugin

Could not load extension class io.qameta.allure.behaviors.BehaviorsPlugin: {} java.lang.ClassNotFoundException: io.qameta.allure.behaviors.BehaviorsPlugin

Could not load extension class io.qameta.allure.packages.PackagesPlugin: {} java.lang.ClassNotFoundException: io.qameta.allure.packages.PackagesPlugin

Could not load extension class io.qameta.allure.xctest.XcTestPlugin: {} java.lang.ClassNotFoundException: io.qameta.allure.xctest.XcTestPlugin

Could not load extension class io.qameta.allure.jira.JiraExportPlugin: {} java.lang.ClassNotFoundException: io.qameta.allure.jira.JiraExportPlugin

Could not load extension class io.qameta.allure.xray.XrayTestRunExportPlugin: {} java.lang.ClassNotFoundException: io.qameta.allure.xray.XrayTestRunExportPlugin

The exceptions are not there if allure-maven-plugin is used because in that case we have pom.xml to mention plugins as mentioned in below link: https://github.com/allure-framework/allure-maven

How can i get these plugins using command line tool?

Aucun commentaire:

Enregistrer un commentaire