You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to consolidate these two classes into one? I'm in a situation where my organization uses axe for selenium & playwright and we have a shared library for managing results with both.
I think overall that's a good direction to go down. We couldn't directly change the return signature from AxeResults.class to Result.class as part of analyze() as that would be classed as a breaking change, that change would need to wait for 5.0 which is quite a while out.
Is this something that's urgent, or more of a tedious juggle between the two?
Is it possible to consolidate these two classes into one? I'm in a situation where my organization uses axe for selenium & playwright and we have a shared library for managing results with both.
playwright: com.deque.html.axecore.results.AxeResults
selenium: com.deque.html.axecore.results.Results
I saw that AxeRunOptions was consolidated in a similar manner.
The text was updated successfully, but these errors were encountered: