Molly Exten

  • Total activity 804
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 11
  • Subscriptions 470

Articles

Recent activity by Molly Exten Recent activity Votes
  • Single sign-on with SAML

    mabl supports using single sign-on (SSO) with SAML so that users can login using your corporate identity provider. This article explains what to expect when you set up SSO for your mabl account.Log...

  • GitHub integration

    Integrate mabl tests into your development workflow within GitHub and ship quality code to your users faster. Let mabl test your builds for functional, performance, and accessibility regressions o...

  • Slack integration

    With mabl's Slack integration, you can send activity from your workspace, such as plan failures, insights, and comments, directly to your channel of choice. By configuring mabl to send notificatio...

  • Plans

    In mabl, plans represent a group of tests that run together. When you create a new plan or edit an existing plan, you can configure plan settings to control how the plan runs, from running tests in...

  • Test execution overview

    mabl gives you great flexibility and control over when and where to run tests. From running a single test locally to validate it passes to running hundreds of regression tests in parallel across br...

  • CI/CD integrations

    mabl provides a variety of ways to integrate your automated end-to-end tests with your existing CI/CD pipeline. CI/CD integrations trigger a mabl deployment event, which is a parallel run of all p...

  • mabl CLI overview

    mabl CLI is a command-line tool that helps you integrate mabl with your CI/CD pipeline and developer workflow. It is distributed as a Node.js package available on npmjs.com. Use cases Querying wor...

  • Multibrowser support

    In mabl, you can run tests across multiple browsers to ensure your application works as expected for all users. This article provides an overview of mabl’s browser support, including: Supported bro...

  • Data-driven testing

    Data-driven testing is a great way to strengthen your automated testing strategy. By replacing hard-coded values with dynamic values that are loaded at runtime, you can parameterize your tests to ...

  • Getting started with performance tests

    Application performance represents an important part of overall quality. When users interact with a slow or unresponsive site, they may develop a negative impression of the brand or organization b...