Skip to content

Commit 724c0f5

Browse files
committed
chore: run integration tests on available clients
1 parent 1cde3e3 commit 724c0f5

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

cucumber-tags.txt

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
# Do not add cucumber tests, use Jest for integ tests instead
2+
# Uncomment tags as clients are ready/stable
3+
@acm
4+
@apigateway
5+
# @autoscaling
6+
# @cloudformation
7+
# @cloudfront
8+
# @cloudsearch
9+
@cloudsearchdomain
10+
@cloudtrail
11+
# @cloudwatch
12+
@cloudwatchevents
13+
@cloudwatchlogs
14+
@codecommit
15+
@codedeploy
16+
@codepipeline
17+
@cognitoidentity
18+
@cognitosync
19+
@configservice
20+
@datapipeline
21+
@devicefarm
22+
@directconnect
23+
@directoryservice
24+
@dms
25+
@dynamodb
26+
@dynamodbstreams
27+
# @ec2
28+
@ecr
29+
@ecs
30+
@efs
31+
# @elasticache
32+
# @elasticbeanstalk
33+
@elastictranscoder
34+
# @elb
35+
# @elbv2
36+
@emr
37+
@es
38+
@gamelift
39+
@glacier
40+
# @iam
41+
@inspector
42+
@iot
43+
@kinesis
44+
@kms
45+
@lambda
46+
@machinelearning
47+
@mobileanalytics
48+
@opsworks
49+
# @rds
50+
# @redshift
51+
# @route53
52+
@route53domains
53+
# @s3
54+
# @ses
55+
# @sns
56+
# @sqs
57+
@ssm
58+
@storagegateway
59+
# @sts
60+
@support
61+
@swf
62+
@waf
63+
@workspaces

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"pretest:all": "yarn build:all",
1717
"test:all": "jest --coverage --passWithNoTests",
1818
"test:functional": "jest --config tests/functional/jest.config.js --passWithNoTests",
19-
"test:integration": "cucumber-js"
19+
"test:integration": "cucumber-js --tags $(cat cucumber-tags.txt | grep '^[^#]' | paste -s -d, -)"
2020
},
2121
"repository": {
2222
"type": "git",

0 commit comments

Comments
 (0)