julianGoh17 / simple-e2e

A modular end to end framework to easily create tests and debug failures.
0 stars 0 forks source link

10 type converter #15

Closed julianGoh17 closed 4 years ago

julianGoh17 commented 4 years ago

feat: Add new converter class

Added converter class that converts the string'd description variable in step.description.variables to a type of the users choice.

Also renamed some of the methods in the step model to be more descriptive and make use of the new converter class. This should give the ability for users to explicitly convert a test variable to the type they want to use.

Closes: #10

Signed-off-by: Julian Goh juliangohsl@gmail.com