Skip to content

Commit

Permalink
A Generic PR Template
Browse files Browse the repository at this point in the history
Run this suite of manual tests BEFORE requesting a review.
  • Loading branch information
stravid87 authored May 21, 2024
1 parent 91a72b9 commit 7514cbc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/generic-pr-template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Generic PR Template
about: A Suite of Manual Tests
title: ''
labels: ''
assignees: ''

---

SECTION 1: WEVE GOT POEMS (http://localhost:5173/)
[ ] Log in with 'tester' / '1234'
[ ] Log in anonymously with Layer8
[ ] Clicking "Get Next Poem" loads different poem correctly x 3
[ ] Clicking "Logout" takes you to the login screen
[ ] Clicking "Register" takes you to the registration page
[ ] Registering with a username, password, and profile image is successful
[ ] Logging in with the new username / password succeeds
[ ] Logging in with Layer8 opens the pop-up
[ ] Logging in with the "tester" & "12341234" works
[ ] User chooses to share their new "Username" & "Country" from the Layer8 Resource Server
[ ] Clicking "Get Next Poem" loads different poem correctly x 3
[ ] Clicking "Logout" takes you to the login page

SECTION 2: IMSHARER (http://localhost:5174/)
[ ] Main page loads
[ ] Upload of image works
[ ] Reload leads to instant reload (demonstrating proper caching)
[ ] Clicking the newly loaded image shows it in a light boxLog in using tester and 12341234 should succeed

0 comments on commit 7514cbc

Please sign in to comment.