You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A couple of things that may be helpful to know. I am running these tests from within a dummy app in a rails engine that I also use to run specs for the engine. These are the stats:
Rails: 4.2.7.1
Konacha: 4.0.0
Capybara: 2.11
Selenium-webdriver: 3.0
I would be grateful for any advice. I would like to have these tests run on our CI and need the command line runner to do that.
The text was updated successfully, but these errors were encountered:
When I use the server
and load the page, all of my mocha tests run, and are green
But when I attempt to run the same suite with the runner
no tests run, and I get the following error report
A couple of things that may be helpful to know. I am running these tests from within a dummy app in a rails engine that I also use to run specs for the engine. These are the stats:
Rails: 4.2.7.1
Konacha: 4.0.0
Capybara: 2.11
Selenium-webdriver: 3.0
I would be grateful for any advice. I would like to have these tests run on our CI and need the command line runner to do that.
The text was updated successfully, but these errors were encountered: