From 51be70815590812a295f8193dec37904c9885b85 Mon Sep 17 00:00:00 2001 From: Dave <43282177+helloitsdave@users.noreply.github.com> Date: Sun, 28 Jan 2024 19:47:53 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cb8dc3d..c4dbb288 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ [![Backend Unit Tests](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/backend-unit-tests.yml/badge.svg)](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/backend-unit-tests.yml) [![Backend System Tests with Docker](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/backend-system-tests.yml/badge.svg)](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/backend-system-tests.yml) -[![React Component Tests](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/react-component-tests.yml/badge.svg)](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/react-component-tests.yml) +[![Frontend Component Tests](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/react-component-tests.yml/badge.svg)](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/react-component-tests.yml) [![CodeQL](https://github.com/helloitsdave/notes-app/actions/workflows/codeql.yml/badge.svg)](https://github.com/helloitsdave/notes-app/actions/workflows/codeql.yml) +[![Frontend System Tests - Playwright](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/frontend-system-tests.yml/badge.svg)](https://github.com/helloitsdave/notes-app-full-stack-testing/actions/workflows/frontend-system-tests.yml) The intention is to build and deploy a very simple app (FE/BE + DB) which can be used to demonstrate tests for each layer using vitest, react-testing-library and playwright. @@ -29,6 +30,10 @@ Refactored the app for testability and added a few additional tweaks. - [Mock Service Worker(msw)](https://mswjs.io/) to mock the api - [msw/data](https://github.com/mswjs/data) for data store +### FE Service Tests + +- Service tests with docker and playwright + ## Backend ### BE Implementation