This package is an Otter Framework Module.
The module provides testing (e2e, unit test) utilities to help you build your own E2E pipeline integrating visual testing.
ng add @o3r/testing
[!WARNING] This module requires @o3r/core to be installed.
Find more information in the documentation.
Otter framework provides a set of code generators based on Angular schematics.
Schematics | Description | How to use |
---|---|---|
add | Include Otter testing module in a library / application. | ng add @o3r/testing |
fixture-to-component | Add fixture to an Otter component | ng g fixture-to-component |
add-functions-to-fixture | Adding functions to an Otter fixture based on a selector and default methods. | ng g add-functions-to-fixture |