Eva Ferreira

  • Total activity 353
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 178

Articles

Recent activity by Eva Ferreira Recent activity Votes
  • Generating Custom GitHub Events

    You can use a custom RepositoryDispatch event to trigger custom GitHub workflows based on mabl insights, such as when a plan starts failing after deployment. Each insight maps to one dispatched eve...

  • Triggering tests from the mabl CLI

    In the mabl CLI, you can trigger tests to run on your local machine or integrate test execution directly into your CI/CD process. The mabl CLI is not an execution environment, but rather a tool tha...

  • Reviewing performance tests

    When a performance test completes, mabl provides a comprehensive breakdown of your application's behavior under load. This article covers how to navigate the performance output, interpret high-leve...

  • Monitor app performance over time

    Looking to monitor for performance regressions in your app? Or just want to understand your app’s baseline performance for your users? In mabl, you can review performance metrics collected from tes...

  • Associating a test with a DataTable

    When you associate a test with a DataTable, you can train and run the test with multiple sets of data, such as testing the same flow across different regions or accounts, without duplicating the te...

  • Creating API requests

    In the API Test Editor, you can create, configure, and send requests to the API under test. There are two ways to create a request in the API Test Editor: Use the step builder Import step from cUR...

  • How to make your tests easier to understand

    At mabl, we believe that quality is best managed as a team. To get the most out of your mabl tests and improve overall collaboration, we recommend prioritizing “test readability.” The following bes...

  • PDF testing

    For many applications, testing PDFs is an important step in validating end-to-end user journeys. In mabl, you can automate the validation of PDF files and their contents, including capturing screen...

  • Commenting on branched versions

    Use branch comments to leave feedback on changes between two versions of a test or flow on a branch. You can create and resolve comment threads to ask questions, work through issues, and align on c...

  • CircleCI integration

    Use the mabl/trigger-tests Orb to automatically trigger plans associated with a specific mabl environment or application to run in your CircleCI pipeline. With the mabl/trigger-tests Orb, you can:...