Please enable JavaScript.
Coggle requires JavaScript to display documents.
TestProf (Recipes (AnyFixture, before_all, let_it_be, FactoryDefault,…
-
-
-
-
-
-
-
Collects instrumentation metrics (such as ActiveSupport::Notifications
) and provides a report with general information and top-N slowest groups and examples concerning the specified metrics
-
-
-
Special profilers for RSpec testing framework
-
-
-
-
Tracks factories usage statistics, i.e. how often each factory has been used
-
-
Use any block of code for data generation, and AnyFixture will take care of cleaning the data at the end of the test run
-
-
-
Persistent (within an example group) let!
, or magical combination of before_all
and let
Group independent assertions together using :aggregate_failures
tag instead of writing one example per assertion
-
-
-
-