- given:
- I use Firefox
- I execute yarn run start-backend in the client folder
- when:
- I go to the server log page and switch to the Optimize Backend tab
- then:
- The output is badly formatted (see start-backend-output.txt
) - it always scrolls to the start of the logs when new output was added
- The output is badly formatted (see start-backend-output.txt
- expected:
- the output is well formatted
- it automatically scrolls to the end of the logs if new output was added