ickerio / cits3403

0 stars 1 forks source link

Remaining Tasks for Final Deliverable #43

Open HenriScaff opened 3 months ago

HenriScaff commented 3 months ago

Tasks:

Final Checks:

If time (low priority):

ickerio commented 3 months ago

deleted app.db (and converted your issue into a checklist)

jjwilliamjun commented 3 months ago

Added selenium unit test on 'test' branch 63e6c94. https://github.com/ickerio/cits3403/issues/28

1. Authentication Tests:

Test for successful user login and signup. Verify behaviour with incorrect credentials. Ensure the system correctly handles non-existent user scenarios.

2. Drawing Tests:

Validate that a new word is generated for each drawing session. Check that the session timer starts and behaves as expected.

3. Guessing Tests:

Assess accuracy for correct and incorrect guesses. Monitor and verify timing functionalities during guessing sessions.

Also updated requirement.txt: selenium==3.141.0 webdriver-manager==3.5.2

jjwilliamjun commented 3 months ago

Sign up and log in button fixed 1444efe.