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 Recent activity Votes
  • 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...

  • Link with Docker

    Docker is the preferred method for setting up mabl Link because it removes the need for installing Java and setting up the Java-based Link Agent distribution on the host machine. This article expl...

  • The API Test Editor

    Use the API Test Editor to create requests, validate responses, and configure scripts and auth settings for your mabl API test. This article explains the different parts of the API Test Editor, inc...

  • Creating resilient find steps for similar elements

    mabl uses a number of intelligent find strategies to locate elements in your web application. If the target element is very similar to other elements on the page, mabl prompts you to provide addi...

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

  • Managing user session duration

    Workspace owners can configure the user session duration for their team, which defines the amount of time a user can be logged in before mabl will require re-authentication.  Why adjust session dur...

  • General best practices

    Whether you’re creating a test or managing your workspace, there are plenty of best practices to consider to get the best results. The following articles offer guidelines to help you get the most o...

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

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

  • Generating Custom GitHub Events

    You can integrate mabl events with your GitHub Workflows. This allows mabl to trigger your custom workflows inside GitHub based on events occurring in mabl. Once configured in Settings > Integrati...