Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interaction Application Switching #71

Open
alistairjevans opened this issue Apr 22, 2020 · 0 comments
Open

Interaction Application Switching #71

alistairjevans opened this issue Apr 22, 2020 · 0 comments
Labels
enhancement New feature or request language A change to the language/compiler. runner Changes to the execution of tests.

Comments

@alistairjevans
Copy link
Contributor

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:

  • An application marker in each file (like a namespace).
# general button rule
Component: button

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.
@alistairjevans alistairjevans added enhancement New feature or request language A change to the language/compiler. runner Changes to the execution of tests. labels Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request language A change to the language/compiler. runner Changes to the execution of tests.
Development

No branches or pull requests

1 participant