For example, I want to run the tests using
npx testcafe chrome:headless t.js --base-url=
However, inside of a test I want to get access to the URL value. How is that possible?
I tried to call in the test code console.log(process.env.base-url)
but with no success.