Skip to content

Igloo v.1.1.0

Compare
Choose a tag to compare
@joakimkarlsson joakimkarlsson released this 18 Jul 12:47
· 40 commits to master since this release

Adds the following features:

Running single contexts or specs

Appending "_Only" at the end of "Context/Spec", "Describe/It", or "When/Then" will cause Igloo to only run those tests.

Skipping tests

Appending "_Skip" at the end of "Context/Spec", "Describe/It", or "When/Then" will cause Igloo to skip those tests.

Direct access to root context

When having nested contexts it is now possible to access the root context directly using the "Root()" method. With multiple levels of nesting this is a lot simpler than chaining together "Parent().Parent()" until the root context is reached.