qaf
qaf copied to clipboard
passing context to execute method for initiating step JIT with data from context
resolution for issue #154
This solution will have issues as step didn't proxied for data driven test. It may resolve current issue but will introduce new issues.
I did not get which kind of issues will be introduced? I have tested it on multiple scenarios as per my knowledge and have executed unit tests also.
Other option is whatever proxy steps were doing we can add that logic in execute method of Scenario class if contaxt is not null.
On 29-Nov-2017 9:35 PM, cjayswal [email protected] wrote:
This solution will have issues as step didn't proxied for data driven test. It may resolve current issue but will introduce new issues.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/qmetry/qaf/pull/156#issuecomment-347907898, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ATpW8EEJUryvQLltOE69PxRFWkbSCBeFks5s7YCvgaJpZM4Quqz9.
Well, refer resolution