Skip to content

Commit

Permalink
updated the report flag in the YAML files
Browse files Browse the repository at this point in the history
  • Loading branch information
amanchopra1905 committed Dec 7, 2023
1 parent e749b79 commit d170014
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions yaml/linux/nunit_hyperexecute_autosplit_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ uploadArtefacts:
path:
- NUnitHyperTestDemo/Reports/**

report: true
partialReports:
type: json
location: NUnitHyperTestDemo/Reports/
frameworkName: extent

testDiscovery:
type: raw
mode: dynamic
Expand Down
6 changes: 6 additions & 0 deletions yaml/linux/nunit_hyperexecute_matrix_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ uploadArtefacts:
path:
- NUnitHyperTestDemo/Reports/**

report: true
partialReports:
type: json
location: NUnitHyperTestDemo/Reports/
frameworkName: extent

testSuites:
- dotnet test $project --filter "(Category=$testmethods)"

Expand Down
6 changes: 6 additions & 0 deletions yaml/mac/nunit_hyperexecute_autosplit_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ uploadArtefacts:
path:
- NUnitHyperTestDemo/Reports/**

report: true
partialReports:
type: json
location: NUnitHyperTestDemo/Reports/
frameworkName: extent

testDiscovery:
type: raw
mode: dynamic
Expand Down
6 changes: 6 additions & 0 deletions yaml/mac/nunit_hyperexecute_matrix_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ uploadArtefacts:
path:
- NUnitHyperTestDemo/Reports/**

report: true
partialReports:
type: json
location: NUnitHyperTestDemo/Reports/
frameworkName: extent

testSuites:
- dotnet test $project --filter "(Category=$testmethods)"

Expand Down
6 changes: 6 additions & 0 deletions yaml/nunit_hyperexecute_hybrid_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ uploadArtefacts:
path:
- NUnitHyperTestDemo/Reports/**

report: true
partialReports:
type: json
location: NUnitHyperTestDemo/Reports/
frameworkName: extent

testDiscovery:
type: raw
mode: dynamic
Expand Down
6 changes: 6 additions & 0 deletions yaml/win/nunit_hyperexecute_autosplit_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ uploadArtefacts:
path:
- NUnitHyperTestDemo/Reports/**

report: true
partialReports:
type: json
location: NUnitHyperTestDemo/Reports/
frameworkName: extent

testDiscovery:
type: raw
mode: dynamic
Expand Down
6 changes: 6 additions & 0 deletions yaml/win/nunit_hyperexecute_matrix_sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ uploadArtefacts:
path:
- NUnitHyperTestDemo/Reports/**

report: true
partialReports:
type: json
location: NUnitHyperTestDemo/Reports/
frameworkName: extent

testSuites:
- dotnet test $project --filter "(Category=$testmethods)"

Expand Down

0 comments on commit d170014

Please sign in to comment.