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-
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. Configuring tests to run on bra...
-
Activity feed
At mabl we believe that testing is a team sport that requires constant collaboration between QA professionals, developers, product managers, and other business stakeholders. To help keep everyone o...
-
Run mabl tests GitHub Action
Use the “run mabl tests” GitHub Action to automatically trigger mabl tests as a part of your GitHub Actions workflow. With the “run mabl tests” GitHub Action, you can: Run mabl plans associated w...
-
Bamboo integration
Use the mabl Bamboo Integration Plugin to automatically trigger mabl plans associated with a specific mabl environment or application to run as a build stage. With the mabl Bamboo plugin, you can:...
-
Troubleshooting connectivity issues
If mabl fails to connect to your application when running a test, you may need to take additional steps. Confirm network settings Many connectivity issues arise from the fact that the test environm...
-
Reviewing API tests
API tests can be triggered locally and in the cloud. This guide describes the output generated by both types of test runs. Local runs When an API test runs locally, its output is captured in a loca...
-
Measuring coverage in web apps
Building reliable and comprehensive automated test coverage helps ensure your application is working as expected. In mabl, you can review a web application’s test coverage and determine which pages...
-
JavaScript testing frameworks
With the mabl-cli node package, you can run mabl tests locally in a JavaScript testing framework, such as Jest. Use this package when you want to run mabl tests as part of a CI pipeline within an e...
-
HTTP basic auth
If your test environment is protected by HTTP basic auth, you can configure your tests to send those credentials at the HTTP layer with all requests to your test site during execution. This article...
-
Managing plans
Plans are an essential part of automated testing in mabl. They define when, where, and how you'd like to run a group of tests using mabl's cloud-based infrastructure. This article explains how to m...