Licence
BSD-3-Clause
Version
14.4.2
Deps
3
Size
519 kB
Vulns
0
Weekly
10.1K
Otter testing
This package is an Otter Framework Module.
Description
The module provides testing (e2e, unit test) utilities to help you build your own E2E pipeline integrating visual testing.
How to install
ng add @o3r/testingThis module requires @o3r/core to be installed.
Description
Find more information in the documentation.
Generators
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 |