Skip to content
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

Create User Page with Cypress Testing #186

Merged
merged 17 commits into from
Jun 13, 2024
Merged

Conversation

loganliddiard
Copy link
Contributor

My task was to create the create user page.

I added a create user page along with routing to the page. Also now works with our Quasar framework. (had to reformat it so styling would appear) Cypress testing was added with 3 unit tests to test if the page exists, entering valid inputs, and if proper feedback is given back when invalid inputs are given. Cleaned up data for the response. Added logic so that a request isn't made unless all fields are valid. Upon submitting the user will be redirected to the home page for now and a user will be created with the backend API.

@loganliddiard
Copy link
Contributor Author

Here are screenshots of the UI
CreateUser_valid_2
CreateUser_invalid_1
CreateUser_invalid_2
CreateUser_valid_1

@AryanUSU AryanUSU merged commit fc229a2 into jak103:main Jun 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants