autostep / AutoStep

AutoStep Testing Framework - Core Libraries and Components
MIT License
22 stars 1 forks source link

Interaction Application Switching #71

Open alistairjevans opened 4 years ago

alistairjevans commented 4 years ago

We need to be able to switch 'application' during a test, so we can maintain two different interaction behaviours at the same time.

I imagine that this will require:

Application: app-id

specific to the app-id application.

Component: button


- Multiple built interaction sets by the project compiler.
- A built-in step that allows a test to change application.
- Contextual linking that understands that the interaction set has changed and a different one should be used.