admin管理员组

文章数量:1344946

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.

本文标签: testcafeUsing CLI baseurlsomeURLValue how do I call the someUrlValue in my test codeStack Overflow