w3b3d3v / web3-bootcamp-platform

web3-bootcamp-platform.vercel.app
MIT License
52 stars 24 forks source link

Create Tests for validate Sign-in/Signup #258

Closed annabida closed 1 month ago

annabida commented 1 month ago

Description:

Develop automated tests to validate the functionality of the Sign-in and Signup processes on the platform, ensuring a smooth and error-free user experience.

Tasks:

    • [x] Create automated tests for the Sign-in process, covering various scenarios (e.g., valid credentials, invalid credentials, password reset).
    • [x] Create automated tests for the Signup process, including scenarios like new user registration, form validation ~and duplicate email checks~
    • [ ] ~Validate the tests on multiple devices and browsers to ensure compatibility.~
    • [x] Document the testing process and include instructions for running the tests.
    • [ ] Fix any issues or bugs identified during the testing process.
    • [ ] Share test results with the development team and implement improvements if necessary.
viniblack commented 1 month ago
  1. I'm having some problems on site that are preventing me from running the password forgetting test (I'll continue with the other tests and then look at this test case more calmly).
  2. Validating duplicate emails is not the frontend's responsibility (right @nomadbitcoin )
  3. These are unit tests, not usability tests
viniblack commented 1 month ago

PR-Create Tests for validate Sign-in/Signup