Eva Ferreira
- Total activity 382
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 193
Articles
Recent activity by Eva Ferreira-
Preview environments
Preview, or ephemeral, environments have become an essential part of CI/CD workflows. Software developers typically deploy code changes to such short-lived environments so that the team can perform...
-
Plan stage settings
Plan stages control how tests are run within a plan. By grouping your tests into stages, you can configure tests to run in parallel or sequentially, manage behavior on failure, and set overrides f...
-
Scheduling test runs
In mabl, you can set up scheduled plan runs to get consistent feedback on ongoing development work. Scheduled runs are also helpful for optimizing resource utilization because you can run tests du...
-
Running API tests
This article outlines the different ways you can run API tests in mabl: In the API Test Editor On an ad hoc basis Within a plan The API Test Editor If you want to get quick feedback on a test th...
-
Creating API tests
This article describes the settings you can configure when creating a new API test: New test > API test. Postman importsFor instructions on importing Postman collections into mabl, click here. ...
-
Interacting with your web app in the mabl Trainer
The mabl Trainer automatically records interactions with the vast majority of elements in your web application, including elements within a shadow DOM. If you are uncertain whether you can create t...
-
Creating a new mabl account
To create your mabl account, you must first verify your email. This article explains how different types of new users can verify their email address: New trial users New users invited via email New...
-
Merging branches
When working collaboratively on tests and flows across different branches, it’s important to understand how to safely resolve conflicts and merge branches to avoid accidental overwrites.This articl...
-
Activity feed
At mabl we believe that testing is a team sport that requires constant collaboration between QA professionals, developers, product managers, and other business stakeholders. To help keep everyone ...
-
Run mabl tests GitHub Action
Use the "run mabl tests" GitHub Action to automatically trigger mabl tests as a part of your GitHub Actions workflow. With the "run mabl tests" GitHub Action, you can: Run mabl plans associated w...