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

Actual E2E tests for Live Frontend Flow #38

Open
fhnaumann opened this issue Oct 5, 2024 · 0 comments
Open

Actual E2E tests for Live Frontend Flow #38

fhnaumann opened this issue Oct 5, 2024 · 0 comments

Comments

@fhnaumann
Copy link
Owner

fhnaumann commented Oct 5, 2024

Create actual e2e tests that mimic how the user would interact with the system.

Integration Test: Plugin -> AWS

  • Use MockBukkit JUnit test and produce calls to AWS as a side effect. They look like Unit Test, but don't serve this purpose.
  • Use a custom python script to verify that the lambdas stored the correct data in s3/dynamodb.
  • Keep test data from AWS

Integration Test: AWS -> Live Frontend

  • Reuse test data from other Integration Test
  • Use Cypress and visit test-specific challenges and perform validation on them.
  • Clear test data from AWS
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

No branches or pull requests

1 participant