File tree Expand file tree Collapse file tree 2 files changed +64
-1
lines changed Expand file tree Collapse file tree 2 files changed +64
-1
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 16
16
"pretest:all" : " yarn build:all" ,
17
17
"test:all" : " jest --coverage --passWithNoTests" ,
18
18
"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, -) "
20
20
},
21
21
"repository" : {
22
22
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments