You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: File a Bug report in Java Integration
3
+
title: "🐞: "
4
+
labels: [ "type:bug", "triage" ]
5
+
assignees:
6
+
body:
7
+
- type: markdown
8
+
attributes:
9
+
value: |
10
+
Thanks for taking the time to fill out this bug report!
11
+
- type: textarea
12
+
id: what-happened
13
+
attributes:
14
+
label: What happened?
15
+
description: Also tell us, what did you expect to happen?
16
+
placeholder: Tell us what you see!
17
+
value: "A bug happened!"
18
+
validations:
19
+
required: true
20
+
- type: dropdown
21
+
id: integration
22
+
attributes:
23
+
label: What Allure Integration are you using?
24
+
multiple: true
25
+
description: Please select the Allure integration you
26
+
options:
27
+
- allure-assertj
28
+
- allure-attachments
29
+
- allure-awaitility
30
+
- allure-citrus
31
+
- allure-cucumber2-jvm
32
+
- allure-cucumber3-jvm
33
+
- allure-cucumber4-jvm
34
+
- allure-cucumber5-jvm
35
+
- allure-cucumber6-jvm
36
+
- allure-cucumber7-jvm
37
+
- allure-descriptions-javadoc
38
+
- allure-grpc
39
+
- allure-hamcrest
40
+
- allure-httpclient
41
+
- allure-java-commons
42
+
- allure-jax-rs
43
+
- allure-jbehave
44
+
- allure-jsonunit
45
+
- allure-junit-platform
46
+
- allure-junit4
47
+
- allure-junit5
48
+
- allure-karate
49
+
- allure-okhttp
50
+
- allure-okhttp3
51
+
- allure-reader
52
+
- allure-rest-assured
53
+
- allure-scalatest
54
+
- allure-selenide
55
+
- allure-servlet-api
56
+
- allure-spock
57
+
- allure-spock2
58
+
- allure-spring-web
59
+
- allure-test-filter
60
+
- allure-testng
61
+
validations:
62
+
required: true
63
+
- type: input
64
+
id: integration_version
65
+
attributes:
66
+
label: What version of Allure Integration you are using?
67
+
placeholder: 2.22.3
68
+
validations:
69
+
required: true
70
+
- type: input
71
+
id: allure_report_version
72
+
attributes:
73
+
label: What version of Allure Report you are using?
74
+
placeholder: 2.22.3
75
+
validations:
76
+
required: true
77
+
- type: checkboxes
78
+
id: terms
79
+
attributes:
80
+
label: Code of Conduct
81
+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/allure-framework/allure-java/blob/master/CODE_OF_CONDUCT.md)
82
+
options:
83
+
- label: I agree to follow this project's Code of Conduct
0 commit comments