-
Notifications
You must be signed in to change notification settings - Fork 35
Onboarding
In a general sense, the Nala project's goal was to provide a solution that developers could understand quickly with an as little amount of overhead as possible. To this end, dependencies are slim as well as file configuration and test setup.
All global configuration is found in the playwright.config.js file. This is where developers can change how long timeouts are globally for method calls and assertions, default configurations for browsers, platforms, and overall reporting for test results within/without a CI pipeline.
When you first install Playwright and check out Nala out-of-the-box configurations are already set up in order to quickly get going with development. For further configuration options and definitions, you can see [Playwright's documentation.