Skip to content

Commit

Permalink
Update changelog about browser automation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormheg committed Dec 1, 2024
1 parent 5ba4cf8 commit 9e55bc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- All Python code is now 100% covered by tests ([#32](https://github.com/Stormbase/django-otp-webauthn/pull/32), [#33](https://github.com/Stormbase/django-otp-webauthn/pull/34), [#35](https://github.com/Stormbase/django-otp-webauthn/pull/35), [#36](https://github.com/Stormbase/django-otp-webauthn/pull/36) by [Stormheg](https://github.com/Stormheg))
- Browser automation tests using Playwright and Chromium have been added to ensure the JavaScript implementation works as expected ([#39](https://github.com/Stormbase/django-otp-webauthn/pull/39), [#43](https://github.com/Stormbase/django-otp-webauthn/pull/43) by [Stormheg](https://github.com/Stormheg))

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- [x] Publish to PyPI
- [x] Write tests
- [x] Tests to ensure a stable API
- [ ] End to end tests to verify the default frontend implementation works as it should
- [x] End to end tests to verify the default frontend implementation works as it should
- [ ] Write docs
- [ ] Setup docs site
- [ ] Better tutorial with screenshots
Expand Down

0 comments on commit 9e55bc4

Please sign in to comment.