-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Front end tests #93
Comments
* add cypress code coverage plugin Signed-off-by: Leander Tolksdorf <leander.tolksdorf@fu-berlin.de> * git ignore code coverage report Signed-off-by: Leander Tolksdorf <leander.tolksdorf@fu-berlin.de> * add general buttons test Signed-off-by: Leander Tolksdorf <leander.tolksdorf@fu-berlin.de> * add tests Signed-off-by: Leander Tolksdorf <leander.tolksdorf@fu-berlin.de> * merge indicator tests into one file, remove mock socket test Signed-off-by: Leander Tolksdorf <leander.tolksdorf@fu-berlin.de> * make line breaks after tests consistent Signed-off-by: Leander Tolksdorf <leander.tolksdorf@fu-berlin.de> * remove broken test for gnd-button Signed-off-by: Leander Tolksdorf <leander.tolksdorf@fu-berlin.de> * remove empty config from cy.visit Signed-off-by: Leander Tolksdorf <leander.tolksdorf@fu-berlin.de> --------- Signed-off-by: Leander Tolksdorf <leander.tolksdorf@fu-berlin.de> Co-authored-by: Leander Tolksdorf <leander.tolksdorf@fu-berlin.de>
Current test coverage: When running cypress tests, the coverage report gets saved into I added more tests for frontend-only stuff like tooltips, but I'm really struggling with tests that involve signals from the backend. See file
|
User story
Acceptance criteria
Definition of done (DoD)
Feature/Bug/Change has been implemented
Application compiles successfully
Code is documented
Feature/Bug/Change is tested by at least one unit or e2e test
Tests have been passed without warnings (except "deprecated" warnings)
Changes have been reviewed
PR has been merged to dev branch
New dependencies have been added to bill of materials
Software architecture diagram has been updated
All acceptance criteria are fulfilled
Screenshot is attached to issue
DoD general criteria
The text was updated successfully, but these errors were encountered: