Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```