Eva Ferreira

  • Total activity 382
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 193

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

    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 example...

  • 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

    As you and your team build test coverage in mabl, you can use the workspace search and application filter tools to locate and manage your tests at scale. Workspace search To find a specific test, ...

  • Eva Ferreira created an article,

    Organizing tests into plans

    There are many different ways to configure and run tests in a plan, and what works for one team may not work for yours. This article offers general guidelines on how to organize tests into plans so...

  • 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. While development branches enable you to make iso...

  • Eva Ferreira created an article,

    Running tests on branches

    After editing and saving a test on a branch, you can run the branched version to check your changes. This article explains how to configure tests to run on branches and how to prevent a test from r...

  • Eva Ferreira created an article,

    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...

  • 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 without affecting 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...