Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hmcts/cmc-ccd-e2e-tests
CMC - CCD Service Integration End to End Tests
https://github.com/hmcts/cmc-ccd-e2e-tests
jenkins-cft jenkins-cft-a-c
Last synced: about 1 month ago
JSON representation
CMC - CCD Service Integration End to End Tests
- Host: GitHub
- URL: https://github.com/hmcts/cmc-ccd-e2e-tests
- Owner: hmcts
- Created: 2021-02-11T11:35:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T17:46:10.000Z (about 1 month ago)
- Last Synced: 2024-11-11T18:36:19.028Z (about 1 month ago)
- Topics: jenkins-cft, jenkins-cft-a-c
- Language: TypeScript
- Homepage:
- Size: 170 MB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmc-ccd-e2e-tests
CMC - CCD Service End to End Tests
-- Tests ccd events and End to End flow from CMC to CCD## Getting Started
### Prerequisites
Running the application requires the following tools to be installed in your environment:
- [Node.js](https://nodejs.org/) v12.0.0 or later
- [yarn](https://yarnpkg.com/)### Install dependencies
Install dependencies by executing the following command:
```bash
$ yarn install
```### Running the tests
The tests will need to be given valid credentials taken from key vault
```bash
$ yarn test:fullfunctional
```