diff --git a/.cspell.json b/.cspell.json index 6de99c14ff..fbe301d923 100644 --- a/.cspell.json +++ b/.cspell.json @@ -138,6 +138,7 @@ "dsjson", "Dynatrace", "eastus", + "Endtest", "Energinet", "ests", "Etag", diff --git a/docs/automated-testing/e2e-testing/README.md b/docs/automated-testing/e2e-testing/README.md index 3dde56102c..864ac38be3 100644 --- a/docs/automated-testing/e2e-testing/README.md +++ b/docs/automated-testing/e2e-testing/README.md @@ -167,6 +167,16 @@ The biggest advantage of BugBug is its user-friendliness. Most tests created wit [BugBug Website](https://bugbug.io?utm_source=microsoft_github&utm_medium=referral) +### 7. Endtest + +![Endtest](./images/endtest_logo_full.png) + +**Endtest** is a cloud-based test automation platform for web and mobile applications. Tests can be created with a visual editor and run across browsers and devices without requiring teams to maintain their own browser-testing infrastructure. + +Endtest supports reusable components, data-driven tests, scheduled executions, and CI/CD integrations. Test executions include reports and debugging artifacts such as screenshots, video recordings, and logs. + +[Endtest Website](https://endtest.io/) or read the [Endtest documentation](https://endtest.io/docs/) + ## Conclusion Hope you learned various aspects of E2E testing like its processes, metrics, the difference between Unit, Integration and E2E testing, and the various recommended E2E test frameworks and tools. diff --git a/docs/automated-testing/e2e-testing/images/endtest_logo_full.png b/docs/automated-testing/e2e-testing/images/endtest_logo_full.png new file mode 100644 index 0000000000..699eae5d71 Binary files /dev/null and b/docs/automated-testing/e2e-testing/images/endtest_logo_full.png differ