diff --git a/test/test.spec.js b/test/test.spec.js index 00b26032..67505b7d 100644 --- a/test/test.spec.js +++ b/test/test.spec.js @@ -9,7 +9,13 @@ const { sleep } = require("../src/util"); page; beforeAll(() => { + if (process.env.JUST_FOR_TEST) { + console.log(process.env.JUST_FOR_TEST); + if (process.env.JUST_FOR_TEST === "JUST_FOR_TEST_HELLO") { + console.log("secret ok"); + } + } }); afterAll(() => {