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
I'm trying to set up Reqnroll (successor to SpecFlow) to write user journey tests for my Avalonia application. My goal is to test complete user workflows through feature files rather than individual unit tests.
I'm running into platform initialization issues when trying to integrate Reqnroll step definitions with Avalonia's headless testing framework. Standard [AvaloniaTest] methods work fine, but Reqnroll binding methods fail with platform service errors.
Has anyone successfully integrated Reqnroll with Avalonia for UI testing? Looking for guidance on:
Proper initialization approach for BDD scenarios
Whether there are known compatibility issues
Alternative approaches for user journey testing in Avalonia
Any pointers or examples would be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to set up Reqnroll (successor to SpecFlow) to write user journey tests for my Avalonia application. My goal is to test complete user workflows through feature files rather than individual unit tests.
I'm running into platform initialization issues when trying to integrate Reqnroll step definitions with Avalonia's headless testing framework. Standard [AvaloniaTest] methods work fine, but Reqnroll binding methods fail with platform service errors.
Has anyone successfully integrated Reqnroll with Avalonia for UI testing? Looking for guidance on:
Proper initialization approach for BDD scenarios
Whether there are known compatibility issues
Alternative approaches for user journey testing in Avalonia
Any pointers or examples would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions