Skip to content

Commit

Permalink
update 2023-12-13T17:49:30
Browse files Browse the repository at this point in the history
  • Loading branch information
qameta-ci committed Dec 13, 2023
1 parent aa2da6e commit 6b8c10e
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/allure-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Java 21
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: 21
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.5/apache-maven-3.9.5-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Example
# Allure Example

Example of Allure Report usage with TestNG, Kotlin and Maven
> Example of Allure Report usage with TestNG, Kotlin and Maven
<!--<img src="https://allurereport.org/public/img/allure-report.svg" alt="Allure Report logo" style="float: right" />-->

- Learn more about Allure Report at https://allurereport.org
- 📚 [Documentation](https://allurereport.org/docs/) – discover official documentation for Allure Report
-[Questions and Support](https://github.com/orgs/allure-framework/discussions/categories/questions-support) – get help from the team and community
- 📢 [Official annoucements](https://github.com/orgs/allure-framework/discussions/categories/announcements) – be in touch with the latest updates
- 💬 [General Discussion ](https://github.com/orgs/allure-framework/discussions/categories/general-discussion) – engage in casual conversations, share insights and ideas with the community

---

The generated report is available here: [https://allure-examples.github.io/testng-kotlin-maven](https://allure-examples.github.io/testng-kotlin-maven/)
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<kotlin.compiler.jvmTarget>21</kotlin.compiler.jvmTarget>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<allure.version>2.24.0</allure.version>
<aspectj.version>1.9.20.1</aspectj.version>
<kotlin.version>1.9.20</kotlin.version>
<allure.version>2.25.0</allure.version>
<aspectj.version>1.9.21</aspectj.version>
<kotlin.version>1.9.21</kotlin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 6b8c10e

Please sign in to comment.