Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now if we run testQuick  again it will only run that failing test. Its also possible to run testQuick  in a loop which will only terminate until all tests pass while only retrying failing tests. This can be done by prefixing the testQuick  command with a tilda i.e. ~testQuick.

...

titletestQuick loop
collapsetrue

...