Replies: 2 comments
-
Hi @phansch You're right and I will look into this. My feeling is that Retest should handle that specific folder automatically since "features" is a common folder to use for system tests. |
Beta Was this translation helpful? Give feedback.
-
By default retest looks for changes on files with the retest 'echo file modified: <changed>' --exts rb,feature Retest will watch Note1: This will only work with a hardcoded command using the Note2: the Let me know if this is good enough for your use case and whether this can be marked as answered. Retest was initially created for quick refactoring against unit tests. Many people have shown interest in Retest to support feature/system tests. I will look into it. I have logged an issue in the meantime: #263 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I like the idea of retest, because I can't use guard in my current project.
The project I'm workig on has cucumber tests located in the
./features
directory. For example:features/foobar/baz.feature
.However, If I run
retest 'echo file modified: <changed>'
changes don't seem to be detected. From what I'm seeing in the code, running tests outside ofspec
ortest
directories is currently not possible at all, right?Beta Was this translation helpful? Give feedback.
All reactions