xolvio / qualityfaster

An example project showing how to create robust and maintainable acceptance tests
262 stars 58 forks source link

running chimp with multiple meteor apps #43

Closed Alino closed 8 years ago

Alino commented 8 years ago

what is the best practice to run chimp with multiple meteor apps? In my case, I am running 3 different meteor apps.

simple scenario: Given that user clicks in app1 on url link to app2 Then I want to expect some things in app2.

should I rewrite start.js to run multiple meteor apps?