diff --git a/readme.md b/readme.md index 91d5d9c..46744ae 100644 --- a/readme.md +++ b/readme.md @@ -20,18 +20,22 @@ Great that you're interested in this exercise! Thanks a lot for making it. The e #### Technical expectations **Front- JS** + At least 1 component must be tested, with at least 2 unit tests. + You'll have to explain: - your decisions regarding HTML/CSS - your decisions regarding component structure **Back - PHP** + You'll have to explain: - your PHP architecture, How did you manage service responsability ? You'll have to unit test codes responsible for getting the search results, according to specs **Ops - Bash (Bonus)** + Write a deployment bash script (install, test, build, serve) It should fail if one or more commands fails.