Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Moon, Boot and updated Selenoid \ Ggr links #474

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions automation-and-testing-as-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Also:
* [endtest.io](https://endtest.io/) - Endtest is the leading test automation vendor providing a complete software platform to help organizations efficiently build automated end-to-end tests for Web and Mobile Applications.
* [testsigma.com](https://testsigma.com/) A powerful open source end-to-end test automation platform for web Apps, mobile apps, and APIs to build stable and reliable tests quickly @DevOps speed.
* [DoesQA](https://does.qa/) Codeless test automation with a simple, intuitive drag-and-drop user interface. Run your tests on multiple browsers, emulated devices and with full concurrency as standard.
* [Moon Cloud](https://aerokube.com/moon-cloud/) - Your dedicated Selenium cluster in public cloud platform with per-minute billing and unlimited number of browsers.

## API test automation and testing
* [MockLab](http://get.mocklab.io?utm_source=awesome-test-automation&utm_medium=automation-and-testing-as-service) is a hosted API simulation tool built on WireMock (maintaining 100% API compatibility). It supports flexible request/response stubbing for any HTTP-based protocol, response templating with Handlebars, conditional proxying and fault injection.
Expand Down
6 changes: 4 additions & 2 deletions general-purpose-test-automation-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ Also:
* [VIVIDUS](https://docs.vividus.dev/) - a test automation tool that offers already implemented solution for testing of most popular application types. No coding skills are required.

## Web UI test automation
* [Ggr](https://github.com/aandryashin/ggr) - active load balancer to create scalable and highly-available Selenium cluster.
* [Selenoid](https://github.com/aandryashin/selenoid) - alternative Selenium Hub running browsers within containers.
* [Ggr](https://github.com/aerokube/ggr) - active load balancer to create scalable and highly-available Selenium cluster.
* [Selenoid](https://github.com/aerokube/selenoid) - alternative Selenium Hub running browsers within containers.
* [Moon](https://github.com/aerokube/moon) - commercial closed-source enterprise solution for Kubernetes and Openshift to launch Selenium, Playwright, Puppeteer and Cypress tests in parallel.
* [RedwoodHQ](https://github.com/dmolchanenko/RedwoodHQ) - RedwoodHQ is a free Open Source test automation framework that allows multiple users to develop automation code, create readable action/keyword driven test cases and execute them all under a single Web interface.

## API testing
Expand All @@ -56,6 +57,7 @@ Also:
* [Insomnia](https://insomnia.rest/) provides workflows and tools to make API Development Easier.
* [Apitest](https://github.com/sigoden/apitest) - Apitest is declarative api testing tool with JSON-like DSL for easy testing of REST services.
* [vREST NG](https://vrest.io) is a zero code API automation solution for functional and regression testing of your APIs. It will help you to efficiently develop your test suites using record/replay, excel sheets (data driven testing) and allow you to derive your API testing using Swagger or OpenAPI specs.
* [Boot](https://github.com/aerokube/boot/) - Solution to launch lightweight test and development virtual machines in Kubernetes.

## Performance and load testing
* [k6](https://github.com/loadimpact/k6) - Like unit testing, for performance. A modern load testing tool, using Go and JavaScript.
Expand Down