Skip to content

Migration plan for a lettuce or aloe implementation #1207

Answered by jenisys
inoa-jboliveira asked this question in Q&A
Discussion options

You must be logged in to vote

I am not aware of any tool that converts a lettuce project to a behave project.
Therefore, you probably need to do that by hand (at least initially).

  • I assume that most of the work is in the conversion of the steps

DIFFERENCES:

  • You should select an assert-matcher, like: assertpy, hamcrest or …
  • Step parameters: behave supports a number of step-matchers. parse is the default one, cucumber-expressions is the newest. You normal make a decision which one is used per project or per step-library (as default step-matcher). All except the regex step-matcher have type-conversion support for the parameters.
  • Hooks: Are slightly different compared to lettuce (if I remember it correctly)

SEE ALSO:

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jenisys
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants