Skip to content

Commit

Permalink
feat(plugin-consortium-manual): JSON Web Signatures for Nodes, Consor…
Browse files Browse the repository at this point in the history
…tium

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Aug 18, 2020
1 parent 703bc61 commit caf60b3
Show file tree
Hide file tree
Showing 68 changed files with 2,610 additions and 1,630 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ below applies to all tests regardless of their nature.
t.end(); // yaay, test coverage
});
```
- An [end to end test case](./packages/cactus-test-plugin-web-service-consortium/src/test/typescript/integration/plugin-web-service-consortium/security-isolation-via-api-server-ports.ts) showcasing everything in action
- An [end to end test case](./packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/plugin-consortium-manual/security-isolation-via-api-server-ports.ts) showcasing everything in action
that is being preached in this document about test automation
- Focus/verify a single bug-fix/feature/etc.
- Clearly separated from non-test (aka `main`) source code.
Expand Down Expand Up @@ -353,7 +353,7 @@ for both them separately anyway:
- An integration test:
```sh
npx tap --timeout=600 packages/cactus-test-plugin-web-service-consortium/src/test/typescript/integration/plugin-web-service-consortium/security-isolation-via-api-server-ports.ts
npx tap --timeout=600 packages/cactus-test-plugin-consortium-manual/src/test/typescript/integration/plugin-consortium-manual/security-isolation-via-api-server-ports.ts
```
- A unit test:
Expand Down
Loading

0 comments on commit caf60b3

Please sign in to comment.