Skip to content

Releases: aleios-cloud/sls-test-tools

Release 1.0.7

23 Feb 10:37
Compare
Choose a tag to compare
  • Merge pull request #38 from aleios-cloud/fix/typescript/include-ts-files (805c168)
  • fix: include ts files in releases (7df64b1)

Release 1.0.5

23 Feb 10:06
Compare
Choose a tag to compare
Release 1.0.5

Release 1.0.4

15 Feb 11:02
Compare
Choose a tag to compare
  • Merge pull request #35 from aleios-cloud/fix/step-functions/use-internal-aws-client (6502676)
  • fix: step functions use the AWS client set up by sls-test-tools (c89d6cd)
  • Merge pull request #29 from valentinbeggi/allow-env-var-arguments (534c20e)
  • Merge pull request #32 from aleios-cloud/refactor/clean-up-step-functions-assertions (3f42f5b)
  • Cleaned up Step Functions Assertions code before article release (e4fdb3c)
  • feat: allow the use of environment variables instead of CLI args (fab9ab0)
  • Merge pull request #27 from aleios-cloud/docs/include-new-assertions (ae6fe98)
  • Added usage to README for both Dynamo and Step Function assertions. (b0d3864)
  • Merge pull request #26 from aleios-cloud/feat/dynamo-exist-with-specific-values-assertion (2fdd531)
  • Made changes according to review. (918b744)
  • Fixing merge conflicts. (c20f339)
  • Cleaning up code before submitting PR. (7b9ce41)
  • Cleaned up error and success messages. (be8eb9f)
  • Merge pull request #25 from aleios-cloud/feat/execution-arn-helper (4119afb)
  • Added assertion that dynamodb table contains item and that item contains specified values. (0758f9d)
  • Merged latest main (0b245bc)
  • Merge pull request #24 from aleios-cloud/feat/stateMachine-arn-helper (f175ab0)
  • changed toMatchStateMachineOutput assertion to use obtainStateMachineArn helper (319438a)
  • Added execution-arn-helper and changed assertion to use it (90a8110)
  • fixing merge conflicts (e4a2bb8)
  • Merging in latest main (22cf364)
  • Merging to main (2b0c8ef)
  • added execution arn helper (f71c458)
  • Merge pull request #23 from aleios-cloud/feat/step-function-output-assertion (588921c)
  • cleaned up commented out code. (11d4e30)
  • added step function helper, merging latest main (dd95399)
  • Cleaned up matching state machine output assertion (2dad384)
  • Merge pull request #20 from aleios-cloud/feat/step-function-status-assertion (5f06b68)
  • added helper to README and cleaned up the code (9873596)
  • Added assertion for expected state machine output. (0558de3)
  • Added a stepFunctions helper to execute State machines (21ac845)
  • Edited README to contain code example for step function status assertion. (f2dd89b)
  • Bump dependencies for security updates (8c31ea6)
  • Merge pull request #22 from aleios-cloud/dependabot/npm_and_yarn/path-parse-1.0.7 (e66babe)
  • Merge pull request #21 from aleios-cloud/dependabot/npm_and_yarn/node-fetch-2.6.7 (33443d9)
  • Bump path-parse from 1.0.6 to 1.0.7 (c7fbc49)
  • Bump node-fetch from 2.6.1 to 2.6.7 (3efaf7b)
  • Changed toHaveCompletedExecutionWithStatus assertion to be typed (9a8896d)
  • Merge branch 'main' into feat/step-function-status-assertion (bf20c00)
  • Merge pull request #19 from StanHannebelle/typing (70cd5b2)
  • fix: remove most any types (df8c58e)
  • fix: fix transpiling (c48c64b)
  • fix: fix ts-expect-error in src/helpers/general.ts (3b9b5e1)
  • fix: fix ts-expect-error in src/utils/testResult.ts (d6235a9)
  • fix: fix ts-expect-error in src/assertions/index.ts (5f55cc0)
  • fix: fix ts-expect-error in src/index.ts (02f9b74)
  • feat: add esModuleInterop to import AWS from aws-sdk (3cde12b)
  • feat: typed error management (67054e7)
  • [ts-migrate][src] Run TS Migrate (522799f)
  • [ts-migrate][src] Rename files from JS/JSX to TS/TSX (774b245)
  • [ts-migrate][src] Init tsconfig.json file (c956687)
  • feat: add typescript config (fccecf3)
  • Release 1.0.3 (e8b7d42)
  • Get toHaveCompletedExecutionWithStatus() assertion working. (6371edf)

Release 1.0.3

04 Jan 15:00
Compare
Choose a tag to compare
  • Merge pull request #18 from valentinbeggi/create-toExistInDynamoTable-assertion (1c4e4ef)
  • feat: create toExistInDynamoTable assertion (09c5a5e)

Release 1.0.2

19 Aug 10:43
Compare
Choose a tag to compare
  • Merge pull request #12 from jakejscott/feature/delete-event-bridge-rule-when-destroy-helper-is-called (9309577)
  • Promise (d1fcb11)
  • Also remove the target before removing the rule (8101da3)
  • When eventbridge destroy helper is called also remove the rule (44a582e)
  • Merge pull request #10 from bayoudhi/patch-1 (9553cf0)
  • Fixed getEvents() when the SQS queue is empty (ae2ec46)

Release 1.0.1

26 Jul 15:49
Compare
Choose a tag to compare
Release 1.0.1

Release 1.0.0-alpha.6

26 Jul 15:45
Compare
Choose a tag to compare
Release 1.0.0-alpha.6 Pre-release
Pre-release
Release 1.0.0-alpha.6

Release 1.0.0-alpha.5

26 Jul 15:43
Compare
Choose a tag to compare
Release 1.0.0-alpha.5 Pre-release
Pre-release
  • Merge pull request #9 from Theodo-UK/feature/s3-item-contents (b954e35)
  • Refactor assertions to use testResult (c6690b8)
  • Add toHaveContentEqualTo assertion (a69a1f2)
  • Merge pull request #8 from Theodo-UK/feature/s3-content-type (58d03f0)
  • Change naming to toHaveContentTypeEqualTo (788149f)
  • Add toHaveS3ObjectWithContentTypeEqualTo to readme (24f388e)
  • Refactor toHaveEventWithSource to use testResult (a75cf1b)
  • Add S3 assertion toHaveS3ObjectWithContentTypeEqualTo (dc48f53)
  • Merge pull request #7 from Theodo-UK/feature/s3-assertion-bucket-exists (11a83a8)
  • Add S3 assertion toExist(bucketName) (c5ca199)

Release 1.0.0-alpha.4

21 May 14:42
Compare
Choose a tag to compare
Release 1.0.0-alpha.4 Pre-release
Pre-release
  • Merge branch 'main' of github.com:Theodo-UK/sls-test-tools into main (87f1cfa)
  • Merge pull request #6 from Theodo-UK/feature/s3-assertion-base (811dffa)
  • add first S3 assertion on bucket item exists (327cb71)
  • Merge pull request #5 from Theodo-UK/feature/add-resource-keep-arg (f78a34c)
  • Merge pull request #5 from Theodo-UK/feature/add-resource-keep-arg (1e585dc)
  • add --keep argument to allow test resources to be kept (avoiding throttle of resource creation) (bdd9d69)

Release 1.0.0-alpha.2

14 May 15:31
Compare
Choose a tag to compare
Release 1.0.0-alpha.2 Pre-release
Pre-release