Skip to content

Migrate lambda to run e2e tests to same location & infra stack as other lambdas #4448

Description

@stephenhand

Description

Currently, to run our playwright E2E tests defined in /e2e-tests, we have a custom lambda defined in that directory

We should migrate the lambda logic out of this repo into the /lambdas directory, where we should reuse as much of the container and build configuration as possible to build a lambda that runs the e2e-tests in the same way it does now, passing the same parameters and configuration as the current one

We do NOT want to move the E2E test code itself into the lambdas directory, just move the lambda harness and have a container that pulls in the test code source from its current location

Additional context

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions