Forum Discussion
Hello!
It's great that you're running tests across multiple devices and using a data-driven loop for iterations! To see which device was used in addition to the browser, you can modify your test setup to include device information in the log. Add a step in your test script to capture and log the device information along with the browser details by extracting device details from the environment setup and appending them to the log file. If your testing framework supports environment variables, define a variable for the device and include it in the log output. Alternatively, create a custom logging function that combines browser and device information and appends it to the log folder. This will help ensure that your Test Execution Summary clearly shows both browser and device information.
Related Content
- 2 years ago
- 5 years ago
Recent Discussions
- 3 days ago
- 3 days ago
- 6 days ago