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

https://github.com/cdapio/cdap-e2e-tests


https://github.com/cdapio/cdap-e2e-tests

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# E2E-Test Framework

##1. How to run the e2e test against :

### a) Local CDAP sandbox:

Provide the local CDAP sandbox URL in [connectionParameters.properties](src/main/resources/connectionParameters.properties) file.
>cdfurl=http://localhost:11011/pipelines/ns/default/studio

Other keys (like dataset, projectId etc.) can be modified as needed.

### b) Remote CDAP instance:

Modify the key cdfurl in [connectionParameters.properties](src/main/resources/connectionParameters.properties) to connect to remote CDAP instance.
>cdfurl=[http://*`ip address`*:*`port`*/pipelines/ns/default/studio]()

##2. How to debug test failures. where logs and screenshots can be found. REFER [Debugtest.md](Debugtest.md)

##3. (a) How to add new tests. ex - for new plugin in google-cloud. (b) How to enable e2e tests for a new plugin repository. REFER [Addnewplugin.md](Addnewplugin.md)