GDATASoftwareAG / robotframework-flaui

Windows user interface automation library for Robot-Framework. FlaUILibrary is a wrapper for the FlaUI automation library.
MIT License
60 stars 12 forks source link

Adjust screenshots tests by dependency library #148

Closed Nepitwin closed 6 months ago

Nepitwin commented 9 months ago

Currently common screenshots tests are wrong implemented. To create correct testing we have to check test execution as dependency after a test case was running.

Library https://github.com/mentalisttraceur/robotframework-dependencylibrary is perfect for this use case and screenshot module can be tested easily.