Skip to content

Commit

Permalink
chore: run integration tests on available clients
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Jan 8, 2020
1 parent 1cde3e3 commit 724c0f5
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 1 deletion.
63 changes: 63 additions & 0 deletions cucumber-tags.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Do not add cucumber tests, use Jest for integ tests instead
# Uncomment tags as clients are ready/stable
@acm
@apigateway
# @autoscaling
# @cloudformation
# @cloudfront
# @cloudsearch
@cloudsearchdomain
@cloudtrail
# @cloudwatch
@cloudwatchevents
@cloudwatchlogs
@codecommit
@codedeploy
@codepipeline
@cognitoidentity
@cognitosync
@configservice
@datapipeline
@devicefarm
@directconnect
@directoryservice
@dms
@dynamodb
@dynamodbstreams
# @ec2
@ecr
@ecs
@efs
# @elasticache
# @elasticbeanstalk
@elastictranscoder
# @elb
# @elbv2
@emr
@es
@gamelift
@glacier
# @iam
@inspector
@iot
@kinesis
@kms
@lambda
@machinelearning
@mobileanalytics
@opsworks
# @rds
# @redshift
# @route53
@route53domains
# @s3
# @ses
# @sns
# @sqs
@ssm
@storagegateway
# @sts
@support
@swf
@waf
@workspaces
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pretest:all": "yarn build:all",
"test:all": "jest --coverage --passWithNoTests",
"test:functional": "jest --config tests/functional/jest.config.js --passWithNoTests",
"test:integration": "cucumber-js"
"test:integration": "cucumber-js --tags $(cat cucumber-tags.txt | grep '^[^#]' | paste -s -d, -)"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 724c0f5

Please sign in to comment.