End-to-end testing, formatting, minor lib updates
What's Changed
End-to-end testing
- E2e testing infrastructure, Playwright
- First 100 e2e tests (migrated from ngx-ui-scroll)
- Part of CI flow
Lib updates
- Routines.getWindowParams() fix
- Workflow.isInitialized = false on dispose
- Workflow.cyclesDone$ new prop
Code quality
- Prettier, husky, lint-staged for pre-commit hooks
- All sources are formatted with prettier
Other
- All npm dependencies are updated to latest
Full Changelog: v1.7.0...v1.8.0