From f2080c674bfd9a7f1de6c74d4a002665562eb840 Mon Sep 17 00:00:00 2001 From: Cesare De Cal Date: Wed, 3 Jul 2024 22:40:18 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bdb660..be39cae 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,11 @@ You will find a folder called `.github/workflows` at the root level which has tw ## Tests -While all types of tests are important, due to the limited time available end-to-end tests are available. PlayWright is the testing library of choice for this project. +While all types of tests are important, due to the limited time available end-to-end tests are available. PlayWright is the testing library of choice for this project. Find the end-to-end (e2e) tests in `frontend/tests/home.spec.ts`. The test checks that... + +* ✅ The header looks as expected (has a title and two tabs: people and planets) +* ✅ `Luke Skywalker` appears in the first table and that `Gasgano` appears when searching for `gano` +* ✅ `Tatooine` appears in the planet table and that `Felucia` appears when searching for `fe` ## Building the Docker image one by one