bravecollective / eve-recruitment

EVE Online Recruitment App
1 stars 1 forks source link

Update Laravel #3

Open tkhamez opened 1 month ago

imkurtwood commented 1 month ago

Before upgrading we should write some E2E tests for main business logic scenarios (Using Laravel Dusk?). One that comes to my mind would be:

  1. Login as an applicant using ESI
  2. Make an application
  3. Login as a recruiter
  4. Approve the app
  5. Repeat for app rejection

How does it sound? Feel free to make suggestions.