This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 149
Programmatic API: test didn't get executed #821
Comments
ganlanyuan
changed the title
TypeError: Cannot read property 'diff' of undefined
Programmatic API: test didn't get executed
Oct 12, 2017
@ganlanyuan return gemini.readTests()
.then((collection) => gemini.test(collection)); |
Thanks @j0tunn |
This was referenced Feb 16, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Output of
gemini --version
:5.0.0-alpha.8
Contents of
.gemini.yml
file:Test source code:
Gulpfile.js:
Command used to run the test:
Publically accessible URL of the page you are testing against:
https://ganlanyuan.github.io/myCoolProject/
Result:
Expected behaviour:
The test was expected to be executed, but did not.
With command line,
gemini test
works well.The text was updated successfully, but these errors were encountered: