Skip to content

cdapio/cdap-e2e-tests

Folders and files

NameName
Last commit message
Last commit date
Dec 2, 2024
Feb 19, 2025
Jul 14, 2021
Jan 24, 2022
Nov 18, 2021
Jul 14, 2021
Nov 18, 2021
Dec 17, 2022
Oct 13, 2021
Jan 24, 2022
Jan 15, 2025
Oct 13, 2021

Repository files navigation

E2E-Test Framework

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

a) Local CDAP sandbox:

Provide the local CDAP sandbox URL in 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 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

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