-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrangler UI features #720
Wrangler UI features #720
Conversation
770fa72
to
5182f79
Compare
ef13733
to
0be9e5c
Compare
@AnkitCLI Could you please link the PRs with the stepdefinitions as well ? |
@GnsP This is the framework repo PR which is already merged contains all the locators,stepdefs and action classes for wrangler u can refer this: cdapio/cdap-e2e-tests#251 |
@Wrangler | ||
Feature: Parse as excel | ||
|
||
@BQ_SINK_TEST |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix the indentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@@ -26,7 +26,7 @@ | |||
@CucumberOptions( | |||
features = {"src/e2e-test/features"}, | |||
glue = {"stepsdesign", "io.cdap.plugin.common.stepsdesign", "io.cdap.plugin.wrangler.stepsdesign", | |||
"io.cdap.plugin.wrangler.locators"}, | |||
"io.cdap.plugin.wrangler.actions"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need to add both "io.cdap.plugin.wrangler.stepsdesign" and "io.cdap.plugin.wrangler.actions" packages in the glue ? Shouldn't the step definitions for wrangler reside in one package ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
io.cdap.plugin.wrangler.stepsdesign is for wrangler class to validate the data and io.cdap.plugin.wrangler.actions it contains wrangler actions so that's why we put them in different folders but same package we have a common directory named wrangler in which these two folders exists.
0be9e5c
to
bf51004
Compare
This PR contains feature files for runtime scenarios of wrangler