Run e2e Tests #532
run-e2e-tests.yml
on: workflow_dispatch
Matrix: run-e2e-tests-on-utils
Annotations
3 errors
tests/e2e/basicFeatures.middy.test.ts > Logger E2E tests, basic functionalities middy usage > Log event > should log the event as the first log of each invocation only:
packages/logger/tests/e2e/basicFeatures.middy.test.ts#L139
AssertionError: expected { cold_start: false, …(14) } to have property "event"
❯ tests/e2e/basicFeatures.middy.test.ts:139:27
|
tests/e2e/basicFeatures.middy.test.ts > Logger E2E tests, basic functionalities middy usage > Persistent additional log keys and values > should not leak any persistent keys added runtime since clearState is enabled:
packages/logger/tests/e2e/basicFeatures.middy.test.ts#L219
AssertionError: expected { cold_start: false, …(14) } to not have property "foo"
- Expected:
undefined
+ Received:
"bar"
❯ tests/e2e/basicFeatures.middy.test.ts:219:31
|
run-e2e-tests-on-utils (packages/logger, 20, x86_64)
Process completed with exit code 1.
|