Skip to content

Maintenance: automate integration test run #418

Closed
@flochaz

Description

@flochaz

Description of the feature request

Integrations tests are not ran automatically.

We should automate integration tests run in github actions (and update CONTRIBUTING.md accordingly) to increase trust in our release process and move towards continuous release.

Today you can run integ tests in each package by

  1. exporting your credentials AWS
export AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
export AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
export AWS_DEFAULT_REGION=us-west-2
  1. cd packages/myModule
  2. npm run test:e2e

Related issues, RFCs

#315

Metadata

Metadata

Assignees

Labels

automationThis item relates to automationcompletedThis item is complete and has been merged/shippedinternalPRs that introduce changes in governance, tech debt and chores (linting setup, baseline, etc.)

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions