Skip to content

Commit

Permalink
Log config file in integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <[email protected]>
  • Loading branch information
t1m0thyj committed Nov 18, 2024
1 parent 75c11d2 commit 12bdad4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ When("a user opens Zowe Explorer", async function () {

Then("the Show Config dialog should appear", async function () {
this.workbench = await browser.getWorkbench();
console.error(require("fs").readFileSync(process.env.ZOWE_CLI_HOME + "/zowe.config.json")); // eslint-disable-line

let configNotification: Notification;
const notificationCenter = await (this.workbench as Workbench).openNotificationsCenter();
Expand Down

0 comments on commit 12bdad4

Please sign in to comment.