Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Configuration

Global

Create a .pango file at the root of the your project.
These are the configurable properties with the default values:

headless: true
testAttribute: data-testid
timeout: 1000

Local

These are the configurable properties with the default values:

test: <name of file>
skip: false
only: false
---

Override the global configuration at test-level.

headless: false
testAttribute: data-testid
timeout: 5000
---