Skip to content

Commit b38a93e

Browse files
committed
update 2024-11-06T16:52:15
1 parent 40704d1 commit b38a93e

File tree

17 files changed

+412
-478
lines changed

17 files changed

+412
-478
lines changed

.github/workflows/allure-report.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 25 deletions
This file was deleted.

.mvn/wrapper/maven-wrapper.jar

481 Bytes
Binary file not shown.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
18-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
17+
wrapperVersion=3.3.2
18+
distributionType=bin
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
20+
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
# Allure Cucumber 7 JVM example
1+
# Allure Example
22

3-
Example of usage Allure Report with Cucumber 7 on JUnit Platform and Maven
3+
> Example of Allure Report usage with Cucumber-JVM, JUnit Platform and Maven
44
5-
The generated report is available here: [https://allure-examples.github.io/allure-cucumber7-junit-platform-maven](https://allure-examples.github.io/allure-cucumber7-junit-platform-maven/)
5+
<!--<img src="https://allurereport.org/public/img/allure-report.svg" alt="Allure Report logo" style="float: right" />-->
6+
7+
- Learn more about Allure Report at https://allurereport.org
8+
- 📚 [Documentation](https://allurereport.org/docs/) – discover official documentation for Allure Report
9+
-[Questions and Support](https://github.com/orgs/allure-framework/discussions/categories/questions-support) – get help from the team and community
10+
- 📢 [Official annoucements](https://github.com/orgs/allure-framework/discussions/categories/announcements) – be in touch with the latest updates
11+
- 💬 [General Discussion ](https://github.com/orgs/allure-framework/discussions/categories/general-discussion) – engage in casual conversations, share insights and ideas with the community
12+
13+
---
14+
15+
The generated report is available here: [https://allure-examples.github.io/cucumberjvm-junit-platform-maven](https://allure-examples.github.io/cucumberjvm-junit-platform-maven/)

0 commit comments

Comments
 (0)