-
Notifications
You must be signed in to change notification settings - Fork 2
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
add runnable parameters convertor #12
add runnable parameters convertor #12
Conversation
Signed-off-by: Vardan <[email protected]>
Codecov Report
@@ Coverage Diff @@
## develop #12 +/- ##
==============================================
+ Coverage 25.86% 43.13% +17.27%
- Complexity 56 65 +9
==============================================
Files 5 5
Lines 174 204 +30
==============================================
+ Hits 45 88 +43
+ Misses 129 116 -13
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
And please remove all .DS_Store
files
PS: Also, I recommend adding those lines to ~/.gitignore
file to prevent adding unnecessary files to git repositories
.idea
.DS_Store
Co-authored-by: Aleksey <[email protected]>
It will be amazing 👍 |
Add possibility to set request parameters in behat test like runnable string.
Main goal is to get actual date time when tests are running.