Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csr authored Jul 3, 2024
1 parent d007521 commit f2080c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f2080c6

Please sign in to comment.