You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We run e2e tests as part of PR checks, which currently is just the default test code scaffolded by create-app. This should be extended to test the plugins in this repository.
AWS API calls could be handled either by:
Making real calls to the AWS APIs - this would likely not be run as part of PR checks but would be useful to have
Using the mocks we already have - this could be run as part of PR checks
The text was updated successfully, but these errors were encountered:
We run e2e tests as part of PR checks, which currently is just the default test code scaffolded by
create-app
. This should be extended to test the plugins in this repository.AWS API calls could be handled either by:
The text was updated successfully, but these errors were encountered: