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 #42

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?

Alino commented 8 years ago

sorry for triple post, at the time I was adding this issue here, there was an issue with github. Github kind of rejected creating issues but it was lying obviously.