Skip to content

Commit

Permalink
Upgraded cucumber
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoffat committed Jan 20, 2024
1 parent 029523d commit 9d5a6fb
Show file tree
Hide file tree
Showing 3 changed files with 475 additions and 305 deletions.
3 changes: 2 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
packageExtensions:
"@cucumber/cucumber@*":
dependencies:
"ts-node": "*"
"ts-node": "*"
"@cucumber/pretty-formatter": "*"

yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The project is divided into several different yarn workspaces:
- `da`:
- `src`: This is an implementation of a client-side, typescript desktop agent that communicates to a server backend using the APIs/JSON Schema defined in [Agent Bridging](https://fdc3.finos.org/docs/next/agent-bridging/spec). It is expected that we would standardize this and add to the FDC3 NPM module.
- `test`: This is some cucumber/gherkin tests that exercise the functionality in `da`. These are written to be language-agnostic so that we can use the same Gherkin feature files to test .net, Java, Python APIs too. These can be run with `yarn build`
- `test`: This is some cucumber/gherkin tests that exercise the functionality in `da`. These are written to be language-agnostic so that we can use the same Gherkin feature files to test .net, Java, Python APIs too. These can be run with `yarn build`
- `client`: This exports the `getClientAPI()` function which can be used to retrieve a desktop agent API via the web.
Expand Down
Loading

0 comments on commit 9d5a6fb

Please sign in to comment.