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

Fix Staging Deployment #311

Merged
merged 39 commits into from
Jan 24, 2024
Merged

Fix Staging Deployment #311

merged 39 commits into from
Jan 24, 2024

Conversation

Hedgemon4
Copy link
Contributor

@Hedgemon4 Hedgemon4 commented Jan 21, 2024

Description:

Fixes the GitHub Actions to deploy and run Cypress tests on the newly set up staging environment on AWS.

Related Issues:

#307

Checklist:

Before submitting this pull request, please make sure of the following:

  • My code follows the style guidelines of this project
  • My changes generate no new warnings
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
    • Are there representative cases to test the program?
    • Are there tests for edge cases? (empty strings, negatives, infinity, off-by-one errors, etc.)
  • New and existing unit tests pass locally with my changes
  • I have resolved any merge conflicts with the latest master branch.
  • I have labeled my PR
  • I have assigned myself to the PR
  • I have run the E2E tests on my branch

Screenshots or Visual Changes (if applicable):

N/A

Documentation

To be added

@Hedgemon4 Hedgemon4 linked an issue Jan 21, 2024 that may be closed by this pull request
@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/21/2024, 4:21:03 AM

Duration: 7s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/21/2024, 5:59:11 AM

Duration: 6s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

…Js server so the cypress setup file can read them
@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/21/2024, 9:52:48 PM

Duration: 6s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/21/2024, 10:08:10 PM

Duration: 5s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/21/2024, 10:43:53 PM

Duration: 5s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@ketphan02
Copy link
Contributor

E2E Test Results

Run start date: 1/21/2024, 6:08:53 PM

Duration: 16029s

Tests run stats

  • 📚 total tests: 1
  • ✔️ passed: 0
  • ❌ failed: 1
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal
  • 💢 Path: cypress/e2e/app/google-login.cy.ts, test: Should log in with google

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/22/2024, 3:45:17 AM

Duration: 6s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/23/2024, 8:51:52 PM

Duration: 6s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/23/2024, 9:08:54 PM

Duration: 6s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/23/2024, 9:24:49 PM

Duration: 5s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/23/2024, 9:29:48 PM

Duration: 5s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@Hedgemon4 Hedgemon4 marked this pull request as ready for review January 23, 2024 21:49
@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/23/2024, 9:51:51 PM

Duration: 7s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@Hedgemon4 Hedgemon4 marked this pull request as draft January 23, 2024 22:37
@Hedgemon4 Hedgemon4 marked this pull request as ready for review January 23, 2024 22:37
@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/23/2024, 10:50:45 PM

Duration: 7s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/23/2024, 11:11:24 PM

Duration: 6s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

@ketphan02
Copy link
Contributor

Component Test Results

Run start date: 1/23/2024, 11:16:48 PM

Duration: 7s

Tests run stats

  • 📚 total tests: 5
  • ✔️ passed: 5
  • ❌ failed: 0
  • 🔜 skipped: 0
  • ⚠️ skipped by Cypress: 0
  • ❇️ other: 0

Failed tests

Click to reveal

Skipped tests

Click to reveal

Skipped tests by Cypress

Click to reveal

Copy link
Contributor

@justino599 justino599 left a comment

Choose a reason for hiding this comment

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

🧙‍♂️Seth, you're a wizard, how did you figure this out???🧙‍♂️

@Hedgemon4 Hedgemon4 requested a review from justino599 January 24, 2024 01:23
Copy link
Contributor

@justino599 justino599 left a comment

Choose a reason for hiding this comment

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

✨❇️✨❇️✨❇️✨❇️✨❇️

Copy link
Contributor

@ketphan02 ketphan02 left a comment

Choose a reason for hiding this comment

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

Seth, you are actually a wizard. You not only move the deployment move from Vercel to AWS, but also make tests run. My only demand is to update the AWS architecture to show off this new cool pipeline

@Hedgemon4 Hedgemon4 merged commit 15c03c0 into master Jan 24, 2024
3 checks passed
@Hedgemon4
Copy link
Contributor Author

Seth, you are actually a wizard. You not only move the deployment move from Vercel to AWS, but also make tests run. My only demand is to update the AWS architecture to show off this new cool pipeline

Wiill do

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.

Fix Staging Deployment
3 participants