mad-eye / meteor-mocha-web

easily and safely run mocha tests within the Meteor framework
MIT License
145 stars 46 forks source link

Tests are not being run on CI (TeamCity) #196

Open dmitrijs-balcers opened 9 years ago

dmitrijs-balcers commented 9 years ago

Recently I upgraded to meteor 1.2.1 from 1.1. After that tests on our CI aren't executed anymore.

When I try to run this command on my local machine:

meteor test-packages --velocity --driver-package respondly:test-reporter@1.0.1 --once --verbose

Tests also are not being run unless I open this page http://localhost:3000 from my browser.

Can anybody suggest what might be the cause of this issue and how should I properly run the tests on CI?

gabrielpoca commented 8 years ago

Hey @dmitrijs-balcers did you get any updates on this? I'm facing the same issue right now.

dmitrijs-balcers commented 8 years ago

@gabrielpoca Hey, the PR which is pending on this issue is postponed for now. But we really need this to be fixed, otherwise we can not switch to Meteor 1.2

gabrielpoca commented 8 years ago

Thank you for answering, but I didn't understand, I'm sorry. Which PR is pending?

dmitrijs-balcers commented 8 years ago

Oh you don't see the PR because it is from private repo. But anyhow we have one PR in our project, which is postponed due to this issue.

idmontie commented 8 years ago

Running into the same problem here. Is there a workaround for getting tests to run on Travis?

dmitrijs-balcers commented 8 years ago

Anyone found any solution or workaround on this?

gabrielpoca commented 8 years ago

@dmitrijs-balcers I'm waiting for 1.3 . Didn't upgrade my productions apps to 1.2 .