Skip to content

Commit

Permalink
Fix test reports location
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros committed Nov 4, 2023
1 parent ec9c47f commit 27e1404
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion karma.config.d/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision.xml',
useBrowserName: false
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-bootstrap-upload.xml',
useBrowserName: false
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-bootstrap.xml',
useBrowserName: false
},
Expand Down
2 changes: 1 addition & 1 deletion kvision-modules/kvision-chart/karma.config.d/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-chart.xml',
useBrowserName: false
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-datetime.xml',
useBrowserName: false
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-handlebars.xml',
useBrowserName: false
},
Expand Down
2 changes: 1 addition & 1 deletion kvision-modules/kvision-imask/karma.config.d/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-imask.xml',
useBrowserName: false
},
Expand Down
2 changes: 1 addition & 1 deletion kvision-modules/kvision-maps/karma.config.d/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-maps.xml',
useBrowserName: false
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-onsenui.xml',
useBrowserName: false
},
Expand Down
2 changes: 1 addition & 1 deletion kvision-modules/kvision-react/karma.config.d/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-react.xml',
useBrowserName: false
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-redux-kotlin.xml',
useBrowserName: false
},
Expand Down
2 changes: 1 addition & 1 deletion kvision-modules/kvision-redux/karma.config.d/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-redux.xml',
useBrowserName: false
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-richtext.xml',
useBrowserName: false
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-state-flow.xml',
useBrowserName: false
},
Expand Down
2 changes: 1 addition & 1 deletion kvision-modules/kvision-state/karma.config.d/karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-state.xml',
useBrowserName: false
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-tabulator.xml',
useBrowserName: false
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
config.set({
reporters: ['karma-kotlin-reporter', 'junit'],
junitReporter: {
outputDir: '../../../../reports/junit',
outputDir: '../../../reports/junit',
outputFile: 'kvision-tom-select.xml',
useBrowserName: false
},
Expand Down

0 comments on commit 27e1404

Please sign in to comment.