Eva Ferreira
- Total activity 397
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 201
Activity overview
Latest activity by Eva Ferreira-
Eva Ferreira created an article,
Reporting API - Export results to a CSV in Bash
The following example provides some bash scripts for using the mabl Reporting API batch results endpoint to retrieve a set of test run results and transform them into a CSV format. Setup To execut...
-
Eva Ferreira created an article,
Reporting API - Export results to CSV in Node
You can use the following Node.js script example with the mabl Reporting API batch results endpoint to retrieve a set of test run results and transform them into a CSV format. Setup To execute the...
-
Eva Ferreira created an article,
Reporting API - Google Sheets custom integration
This tutorial explains how to create a custom integration that appends mabl test results to a Google Sheet using a post-execution webhook, JavaScript, and the mabl Reporting API. Before you start...
-
Eva Ferreira created an article,
Searching and filtering your workspace
Workspace search To find a specific test, plan, flow, or step within a flow, click on the search icon in the top right corner of the app. Workspace search icon You can search for tests, plans...
-
Eva Ferreira created an article,
Organizing tests into plans
There are many different options for configuring and running a plan, and what works for one team might not work for yours. This guide offers some general tips for teams on how to organize mabl tes...
-
Eva Ferreira created an article,
Test snapshots
A snapshot of a mabl branch (master or any other branch) is a collection of test versions that exist in a workspace when the snapshot is created. In other words, it is a way to freeze the state of...
-
Eva Ferreira created an article,
Running tests on branches
By running tests on branches, you can check changes and merge once you’re certain that both the tests and app under test don’t have any issues. This article explains how to configure tests to run o...
-
Eva Ferreira created an article,
Managing branches in mabl
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...
-
Eva Ferreira created an article,
Creating branched tests
By default, all newly created tests are saved to a master branch, unless specified otherwise. If you want to make isolated changes to your tests and flows that don’t affect the version on the maste...
-
Eva Ferreira created an article,
Commenting on branched versions
When working with branches, it’s critical to be able to collaborate with your team as closely as possible to build alignment on changes. You can create and resolve comment threads for changes made...