You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# AWS Encryption SDK for Javascript Node.js Integration
2
2
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.
4
4
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).
6
8
7
9
# To test Node.js compatibility
8
10
9
11
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.
11
13
12
14
The second step can be done one of two ways
13
15
@@ -18,3 +20,13 @@ The second step can be done one of two ways
18
20
## integration-node has been checked out local
19
21
20
22
`npm run integration_node -- -v path/to/test/vectors/zip`
0 commit comments