From a91cd7609509c884e498f6ede7e3dd761a791751 Mon Sep 17 00:00:00 2001 From: Msksgm Date: Mon, 3 Feb 2025 06:22:03 +0900 Subject: [PATCH] fix: missing `to` in demo/tests page --- content/en/docs/demo/tests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/demo/tests.md b/content/en/docs/demo/tests.md index a987d73949e1..2d664b18faf0 100644 --- a/content/en/docs/demo/tests.md +++ b/content/en/docs/demo/tests.md @@ -4,7 +4,7 @@ cSpell:ignore: Tracetest --- Currently, the repository includes E2E tests for both the frontend and backend -services. For the Frontend we are using [Cypress](https://www.cypress.io/) +services. For the Frontend we are using [Cypress](https://www.cypress.io/) to execute the different flows in the web store. While the backend services use [AVA](https://avajs.dev) as the main testing framework for integration tests and [Tracetest](https://tracetest.io/) for trace-based tests.