cloudposse-releaser
released this
02 Dec 16:34
·
1 commit
to refs/heads/main
since this release
fix(synthetics): Add elements operator to Synthetics Tests JSON Path assertion @elx-bob (#109)
## what- Add missing field
elementsoperator
to Synthetics Tests' JSON Path Assertion. - Add missing field to both multi-step and overall Assertions.
why
- The field
elementsoperator
appears to have been missed in the module. - When attempting to set
elementsoperator
, it always uses the default value offirstElementMatches
, so we are unable to set other values, such aseveryElementMatches
.