ui5-community / wdi5

official UI5 end-to-end test framework for UI5 web-apps. wdi5 = Webdriver.IO + UI5 Test API
https://ui5-community.github.io/wdi5/
Apache License 2.0
102 stars 43 forks source link

Add cli option for save-screenshot=false #65

Closed zimea closed 3 years ago

zimea commented 3 years ago

Running tests that include taking screenshots repeatedly (e.g. during debugging) results in unnecessarily high numbers of screenshots. Commenting out multiple screenshots in various files is a tedious task that might be automated using a cli parameter to skip all screenshot calls.

dominikfeininger commented 3 years ago

https://github.com/js-soft/wdi5/pull/69

dominikfeininger commented 3 years ago

solved in PR as commented