Skip to content

Commit 977d75c

Browse files
authored
Merge pull request #15 from amanchopra1905/main
updated the github action script for junit
2 parents 1963dff + 771a3bb commit 977d75c

8 files changed

+43
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
required: true
1111
sampleRepoLink:
1212
description: Link to the HyperExecute sample repo
13-
default: https://github.com/amanchopra1905/junit-selenium-hyperexecute-sample
13+
default: https://github.com/LambdaTest/junit-selenium-hyperexecute-sample
1414
required: true
1515
jobs:
1616
HyperExecute-Selenium:

yaml/junit_hyperexecute_hybrid_sample.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ uploadArtefacts:
4141
path:
4242
- target/surefire-reports/**
4343

44+
report: true
45+
partialReports:
46+
location: target/surefire-reports/html
47+
type: html
48+
frameworkName: extent
49+
4450
testDiscovery:
4551
type: raw
4652
mode: dynamic

yaml/linux/junit_hyperexecute_autosplit_sample.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ uploadArtefacts:
4141
path:
4242
- target/surefire-reports/**
4343

44+
report: true
45+
partialReports:
46+
location: target/surefire-reports/html
47+
type: html
48+
frameworkName: extent
49+
4450
testDiscovery:
4551
type: raw
4652
mode: dynamic

yaml/linux/junit_hyperexecute_matrix_sample.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ uploadArtefacts:
4242
path:
4343
- target/surefire-reports/**
4444

45+
report: true
46+
partialReports:
47+
location: target/surefire-reports/html
48+
type: html
49+
frameworkName: extent
50+
4551
testSuites:
4652
- mvn -Dplatname=linux -Dmaven.repo.local=m2_cache_dir -Dtest=$classname test site surefire-report:report
4753

yaml/mac/junit_hyperexecute_autosplit_sample.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ uploadArtefacts:
4242
path:
4343
- target/surefire-reports/**
4444

45+
report: true
46+
partialReports:
47+
location: target/surefire-reports/html
48+
type: html
49+
frameworkName: extent
50+
4551
testDiscovery:
4652
type: raw
4753
mode: dynamic

yaml/mac/junit_hyperexecute_matrix_sample.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ uploadArtefacts:
4343
path:
4444
- target/surefire-reports/**
4545

46+
report: true
47+
partialReports:
48+
location: target/surefire-reports/html
49+
type: html
50+
frameworkName: extent
51+
4652
testSuites:
4753
- mvn -Dplatname=mac -Dmaven.repo.local=m2_cache_dir -Dtest=$classname test site surefire-report:report
4854

yaml/win/junit_hyperexecute_autosplit_sample.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ uploadArtefacts:
4242
path:
4343
- target/surefire-reports/**
4444

45+
report: true
46+
partialReports:
47+
location: target/surefire-reports/html
48+
type: html
49+
frameworkName: extent
50+
4551
testDiscovery:
4652
type: raw
4753
mode: dynamic

yaml/win/junit_hyperexecute_matrix_sample.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ uploadArtefacts:
4343
path:
4444
- target/surefire-reports/**
4545

46+
report: true
47+
partialReports:
48+
location: target/surefire-reports/html
49+
type: html
50+
frameworkName: extent
51+
4652
testSuites:
4753
- mvn `-Dplatname=win `-Dmaven.repo.local=m2_cache_dir `-Dtest=$classname test site surefire-report:report
4854

0 commit comments

Comments
 (0)