leandroaraujoso's avatar
leandroaraujoso
Contributor
8 years ago
Status:
Implemented

Automated screenshot (Test Visualizer)

I would like to suggest developement of automated screenshots on Testleft. It makes the test reports more professional, easy to debug and it adds value to the application under test.

 

 

Best regards,

 

Leandro de Araújo Souza

3 Comments

  • This feature is already implemented and will be available in the upcoming release of TestLeft.

  • HKosova's avatar
    HKosova
    SmartBear Alumni (Retired)

    Note that Visualizer is disabled by default, you can enable it like this:

     

    using SmartBear.TestLeft.Options;
    
    Driver.Options.Visualizer.CollectTestVisualizer = VisualizerSettings.VisualizerMode.CaptureImages;