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
Identified 1 test suite. Locating dependencies to a depth of 1 (this may take a while)...
Watching 0 suites:
Failed to watch e2e: no buildable Go source files in test/e2e
Running Suite: Server Suite - /home/carsonoid/test-project/test/e2e
=======================================================================
Random Seed: 1648587967
Will run 15 of 15 specs
•••••••••••••••
Ran 15 of 15 Specs in 0.043 seconds
SUCCESS! -- 15 Passed | 0 Failed | 0 Pending | 0 Skipped
PASS
Interestingly, it does actually find the test suite and run it. But it does in fact not watch for changes and re-run tests. The watch did work before the build tag was added. And ginkgo watch --tags e2e ./test/e2e/ runs the suite just fine
Version Info:
$ ginkgo version
Ginkgo Version 2.1.3
$ grep ginkgo go.mod
github.com/onsi/ginkgo/v2 v2.1.3
The text was updated successfully, but these errors were encountered:
Command
Output
Interestingly, it does actually find the test suite and run it. But it does in fact not watch for changes and re-run tests. The watch did work before the build tag was added. And
ginkgo watch --tags e2e ./test/e2e/
runs the suite just fineVersion Info:
The text was updated successfully, but these errors were encountered: