Skip to content

Commit

Permalink
update xbrowser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mounika Ammineni authored and Mounika Ammineni committed Aug 8, 2022
1 parent fbcade1 commit 4fbc15f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ withNightlyPipeline(type, product, component) {
archiveArtifacts allowEmptyArchive: true, artifacts: 'output/**/*'
}

//enableCrossBrowserTest()
enableCrossBrowserTest()

after('crossBrowserTest') {
steps.archiveArtifacts allowEmptyArchive: true, artifacts: 'output/**/*'
Expand Down
2 changes: 1 addition & 1 deletion saucelabs.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function getBrowserConfig(browserGroup) {
}

const setupConfig = {
tests: './e2e/tests/*_test.js',
tests: './e2e/tests/**/*_test.js',
output: `${process.cwd()}/${testConfig.TestOutputDir}`,
helpers: {
WebDriver: {
Expand Down

0 comments on commit 4fbc15f

Please sign in to comment.