allure
Here are 132 public repositories matching this topic...
[//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allure Jenkins plugin** please use the following repository
. to create an issue: https://github.com/jenkinsci/allure-plugin/issues
.
. Make sure you have a clear name for your issue. The name should s
-
Updated
Jan 14, 2019 - Java
Allure report doesn't contain parameters from Scenario Outline
Feature: Some Feature
Scenario: Some Scenario
Given variable is <a_value>
When we add <b_value>
Then the result will be <c_value>
Examples:
| a_value | b_value | c_value |
| 2 | 3 | 5 |
| 3 | 3 | 6 |
The data from "Exambles" doesn't pass to allure repor
Pom.xml configured via documentation https://docs.qameta.io/allure/#_maven_3.
When I run test via "mvn test" all works fine.
But I would build jar of test project then extract it on slaves and run tests via command "java org.testng.TestNG suite.xml"
Current result
Test report generates but test body is missed.
![image](https://user-images.githubusercontent.com/44173756/49470112-35c8f
-
Updated
Jan 14, 2019 - Python
-
Updated
Jul 10, 2020 - Python
-
Updated
Jul 1, 2020 - Java
-
Updated
May 18, 2020 - TypeScript
Probable you have a huge classpath. To solve the problem configure weaver to process only classes with steps/attachments.
add META-INF/aop-ajc.xml to classpath with the following content
<aspectj>
<weaver options="">
<include within="your.base.package.*" />
</weaver>
</aspectj>-
Updated
Jun 20, 2020 - JavaScript
-
Updated
Sep 13, 2019 - Java
-
Updated
Aug 2, 2019 - JavaScript
-
Updated
Mar 30, 2020 - C#
-
Updated
Oct 16, 2019 - Ruby
-
Updated
Jun 21, 2020 - Python
-
Updated
May 24, 2020 - TypeScript
-
Updated
Nov 26, 2019 - Python
-
Updated
Nov 22, 2017 - Python
-
Updated
Jun 3, 2020 - C#
-
Updated
Oct 19, 2019 - JavaScript
Improve this page
Add a description, image, and links to the allure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the allure topic, visit your repo's landing page and select "manage topics."
背景描述
最近才开始了解项目,正在看文档,中文的文档在访问的时候会出现无法访问情况。简单查了一下服务好像不在国内
期望的功能特性