-
Notifications
You must be signed in to change notification settings - Fork 855
Exp bdd tests #6965
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
Exp bdd tests #6965
Conversation
f2ff855 to
2d86dd9
Compare
c80c7f6 to
d335607
Compare
ba79efa to
13d559d
Compare
abb6201 to
ddd1a36
Compare
| // Model Deployments | ||
| ctx.Step(`^the model is applied$`, w.ApplyModel) | ||
| // Model Assertions | ||
| ctx.Step(`^the model (?:should )?eventually become(?:s)? Ready$`, w.ModelReady) |
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.
Assertions will grow as we need to check for different types of assertions for model status, gateway status etc might be worth implementing some sort of pattern matcher for this type of steps that match regular expression to assertions that are then executed with the Waitfor found here: https://github.com/SeldonIO/seldon-core/pull/6965/files#diff-08a8e491ec85e75d1ee2c67f0009b9303460abb7856178d9a3f2a87f7e4023baR145
Why
Issues
Motivation
What
Summary of changes
Checklist
Testing