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

add testing documentation #84

Merged
merged 4 commits into from
Dec 15, 2023
Merged

add testing documentation #84

merged 4 commits into from
Dec 15, 2023

Conversation

justinnguyen0
Copy link

@justinnguyen0 justinnguyen0 commented Dec 14, 2023

Add documentation regarding testing

Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (380d08b) 45.51% compared to head (dfdfde6) 45.51%.
Report is 9 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #84   +/-   ##
=======================================
  Coverage   45.51%   45.51%           
=======================================
  Files           9        9           
  Lines         892      892           
  Branches      170      170           
=======================================
  Hits          406      406           
  Misses        404      404           
  Partials       82       82           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

@ekdnam ekdnam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check

documentation/testing.md Outdated Show resolved Hide resolved
Copy link

@kashishvjain kashishvjain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Creating an account

  1. Remix the project on Glitch.
  2. Set the DOMAIN environment variable in .env file. It should be {glitch-project-name}.glitch.me
  3. Enter your domain in the browser, it will redirect you to /account/create where you can create an account
  4. Add a username password of your choice. The domain should be the same as the one in the .env file.
  5. Created the account, you will be logged in and redirected to /private to see your account.

Logging into an account

  1. When you go to /private. If you are not logged in, you will be redirected to /account/login.
  2. Add your credentials: username and password.
  3. If right, you will be redirected to /private to see you account.
  4. If incorrect, it will prompt you to add the correct credentials.

Logging out of an account

  1. Go to /account/logout
  2. You will be logged out and prompted to login again.

@smruthig smruthig requested a review from ekdnam December 15, 2023 06:50
@justinnguyen0 justinnguyen0 merged commit 380eac7 into main Dec 15, 2023
13 checks 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.

3 participants