https://github.com/cdapio/cdap-e2e-tests
https://github.com/cdapio/cdap-e2e-tests
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdapio/cdap-e2e-tests
- Owner: cdapio
- License: apache-2.0
- Created: 2021-07-14T06:58:30.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2025-07-03T09:03:57.000Z (12 months ago)
- Last Synced: 2025-07-03T10:23:03.492Z (12 months ago)
- Language: Java
- Size: 15.7 MB
- Stars: 2
- Watchers: 27
- Forks: 25
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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)