Skip to content

Onboarding

Aaron Mauchley edited this page Jan 18, 2023 · 18 revisions

Nala Automation Structure

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.

Environments

Features

Selectors

Tests

Setting up your development environment

Creating a simple Test

Running Tests

GitHub CI

Clone this wiki locally