Skip to content

Commit ee35982

Browse files
authored
Merge branch 'master' into master
2 parents 456adac + 6050b9a commit ee35982

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

modules/integration-node/Readme.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# AWS Encryption SDK for Javascript Node.js Integration
22

3-
This repository is for compatibility tests with the other versions of the AWS Encryption SDK's.
3+
This repository is for compatibility tests with the other versions of the AWS Encryption SDKs.
44
It's purpose is to facilitate testing the set of test vectors the AWS Encryption SDK.
5-
The test vectors can be found at https://github.com/awslabs/aws-encryption-sdk-test-vectors
5+
The test vectors can be found at https://github.com/awslabs/aws-encryption-sdk-test-vectors.
6+
7+
It does not provide any useful functionality upon which you may want to build any dependencies. Instead you want to use it to verify environments (make sure the AWS Encryption SDK works on them).
68

79
# To test Node.js compatibility
810

911
1. Get a manifest zip file from aws-encryption-sdk-test-vectors or a supported format.
10-
1. Execute the cli to run the integration tests
12+
2. Execute the CLI to run the integration tests.
1113

1214
The second step can be done one of two ways
1315

@@ -18,3 +20,13 @@ The second step can be done one of two ways
1820
## integration-node has been checked out local
1921

2022
`npm run integration_node -- -v path/to/test/vectors/zip`
23+
24+
25+
## Test Integration
26+
Just run
27+
28+
```sh
29+
npm test
30+
```
31+
32+
to run the tests.

0 commit comments

Comments
 (0)