சோதனை வெளியீடு
தகவல்
This WebdriverIO demo site has been used for the example image output.
enableLayoutTesting
This can be set on the Service Options as well as on the Method level.
// wdio.conf.(js|ts)
export const config = {
// ...
// =====
// Setup
// =====
services: [
[
'visual',
{
enableLayoutTesting: true
}
]
]
// ...
}
The image output for the Service Options is equal to the Method, see below.