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
gulp protractor <-- working but limited tests, see e2e/ folder
gulp test <-- not working
gulp test:auto <-- not working
Current errors:
gulp test output:
PhantomJS 2.1.1 (Linux 0.0.0) Service: Device should contain an object FAILED
Error: [$injector:modulerr] Failed to instantiate module ngMock due to:
[$injector:unpr] Unknown provider: $$asyncCallbackProvider
NEW e2e tests
Current end2end tests are very limited, and it would be nice to add something like:
Make sure that some basic endpoints work (we can visit the /about page)
Find a text string like current username on the /profile page
Clicking buttons on the graph change / update the graph
Writing something to the Search bar will give us results in the dropdown
Clicking that dropdown takes us to a kit page or location etc..
Run with gulp protractor
The text was updated successfully, but these errors were encountered:
I worked on this branch fix-tests (WIP #351) put looks like controllers have diverged way too much to just make the test run (it's running now, but they all fail).
It's a really big work, especially with the controller that we have (a lot of async loadings in the controller, not in the routes).
Current status of tests:
gulp protractor
<-- working but limited tests, seee2e/
foldergulp test
<-- not workinggulp test:auto
<-- not workingCurrent errors:
gulp test
output:NEW e2e tests
Current end2end tests are very limited, and it would be nice to add something like:
username
on the /profile pageRun with
gulp protractor
The text was updated successfully, but these errors were encountered: