- [x] setup UI test #28 - [x] Test scenarios for UI Test 1. Opening a markdown file and viewing in the presentation viewer - [x] check if markdown is rendered properly according to their tags (eg.: `#`-> `<h1>`) https://github.com/JankariTech/web-app-presentation-viewer/pull/49 (Not required in e2e) - [x] check for the content of the slide https://github.com/JankariTech/web-app-presentation-viewer/pull/108 <del> - [ ] number of slides is correct >/del> => Not implemented the feature to count the number of pages yet 3. Test slide change https://github.com/JankariTech/web-app-presentation-viewer/pull/120 - [x] with button on UI - [x] with keyboard 5. Test coverage for: - [x] https://github.com/JankariTech/web-app-presentation-viewer/issues/11 https://github.com/JankariTech/web-app-presentation-viewer/pull/121 - [x] https://github.com/JankariTech/web-app-presentation-viewer/issues/13 https://github.com/JankariTech/web-app-presentation-viewer/pull/129 - [x] UI tests in CI (https://github.com/JankariTech/web-app-presentation-viewer/pull/51)
#-><h1>) test: add e2e test for markdown rendering #49 (Not required in e2e)- [ ] number of slides is correct >/del> => Not implemented the feature to count the number of pages yet