How can I change test name and build name in TestCafe?
Hi Miro,
You can use the LT_TEST_NAME and LT_BUILD parameters.
Run the following commands:
export LT_TEST_NAME= "your name"
export LT_BUILD= "your build name"
How can I change test name and build name in TestCafe?
Hi Miro,
You can use the LT_TEST_NAME and LT_BUILD parameters.
Run the following commands:
export LT_TEST_NAME= "your name"
export LT_BUILD= "your build name"