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
Describe the bug
I may be misunderstanding the purpose of the devenv test command, but I expected it to fail if my enterTest block exited with a non-zero status.
I believe we are falling into this else branch which to me indicates there is no command defined for the task devenv:enterTest. Do we need to add something here? Am I supposed to use enterTest only to setup my environment, and write my actual tests in a custom task?
Describe the bug
I may be misunderstanding the purpose of the
devenv test
command, but I expected it to fail if myenterTest
block exited with a non-zero status.I believe we are falling into this else branch which to me indicates there is no
command
defined for the taskdevenv:enterTest
. Do we need to add something here? Am I supposed to useenterTest
only to setup my environment, and write my actual tests in a custom task?To reproduce
See example here
devenv test
expected: exits with non-zero status and indicates that test failed
actual:
Make sure to include full logs and what you expected to happen.
Version
Paste the output of
$ devenv version
here or tell us if you're using flakes.flake.lock
The text was updated successfully, but these errors were encountered: