Skip to content

Commit

Permalink
Merge pull request #1752 from zowe/fix-system-tests
Browse files Browse the repository at this point in the history
Fix system tests
  • Loading branch information
zFernand0 authored Jul 31, 2023
2 parents 32adda0 + a1880b6 commit 08be45b
Show file tree
Hide file tree
Showing 14 changed files with 71 additions and 829 deletions.
2 changes: 1 addition & 1 deletion __tests__/__resources__/env/integration.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# environmental variable settings for integration tests

FORCE_COLOR=1
JEST_JUNIT_OUTPUT=__tests__/__results__/integration/junit.xml
JEST_JUNIT_OUTPUT_DIR=__tests__/__results__/integration
JEST_SUITE_NAME="Integration Tests"
JEST_JUNIT_ANCESTOR_SEPARATOR=" > "
JEST_JUNIT_CLASSNAME="Integration.{classname}"
Expand Down
2 changes: 1 addition & 1 deletion __tests__/__resources__/env/system.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# environmental variable settings for system tests

FORCE_COLOR=1
JEST_JUNIT_OUTPUT=__tests__/__results__/system/junit.xml
JEST_JUNIT_OUTPUT_DIR=__tests__/__results__/system
JEST_SUITE_NAME="System Tests"
JEST_JUNIT_ANCESTOR_SEPARATOR=" > "
JEST_JUNIT_CLASSNAME="System.{classname}"
Expand Down
2 changes: 1 addition & 1 deletion __tests__/__resources__/env/unit.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# environmental variable settings for unit tests

FORCE_COLOR=1
JEST_JUNIT_OUTPUT=__tests__/__results__/unit/junit.xml
JEST_JUNIT_OUTPUT_DIR=__tests__/__results__/unit
JEST_SUITE_NAME="Unit Tests"
JEST_JUNIT_ANCESTOR_SEPARATOR=" > "
JEST_JUNIT_CLASSNAME="Unit.{classname}"
Expand Down
Loading

0 comments on commit 08be45b

Please sign in to comment.