Skip to content

Commit

Permalink
Debug e2e-failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipinofficial11 committed Oct 16, 2024
1 parent 7dc9a6c commit 52745c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,9 @@ Feature: Oracle source- Verify Oracle source plugin design time scenarios
Then Verify the Output Schema matches the Expected Schema: "outputSchema"
Then Validate "Oracle" plugin properties
Then Close the Plugin Properties page

@ORACLE_DEBUG
Scenario: Debug Reporting
Given Open Datafusion Project to configure pipeline
When Expand Plugin group in the LHS plugins list: "Source"
When Select plugin: "Oracle" from the plugins list as: "Source"
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
@CucumberOptions(
features = {"src/e2e-test/features"},
glue = {"stepsdesign", "io.cdap.plugin.common.stepsdesign", "io.cdap.plugin.oracle.stepsdesign"},
tags = {"@Oracle_Required"},
tags = {"@ORACLE_DEBUG"},
plugin = {"pretty", "html:target/cucumber-html-report/oracle-required",
"json:target/cucumber-reports/cucumber-oracle-required.json",
"junit:target/cucumber-reports/cucumber-oracle-required.xml"}
Expand Down

0 comments on commit 52745c2

Please sign in to comment.