-
-
Notifications
You must be signed in to change notification settings - Fork 747
(feat): add I say event to allure #2146
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
(feat): add I say event to allure #2146
Conversation
Since `console.print()` does not exists 😄
* check file exists with given substring * tests are added * deleted trailing-space * removed spaces * compatibility for node 8 * assertion message fixed * check file exists with given substring * tests are added * deleted trailing-space * removed spaces * compatibility for node 8 * assertion message fixed * get changed into grab * Examples added * trailing spaces
* docs: remove prepending line in JSDoc generator * definitions: update generated types
* fix: testcafe grabAttributeFrom * test: make skippable tests use mocha's skip * fix: TestCafe.grabValueFrom * build: add eslintignore for test output * test: unskip working TestCafe tests * test: remove skip form Nightmare tests * tests: skip testcafe webapi tests * tests: fix skips
* #1911 - Regex for step Def file * #1911 : Regex for step Def file,Fixed hound reviews * #1911 : Regex for step Def file,Fixed hound reviews - 1 * #1911 : Regex for step Def file,Fixed hound reviews - 1 * #1911 - Removing commented lines of code * #1911 - Modifying so that decision is based on Array or not * #1911 - Fixing Hound reviews * #1911 - Amending for code review * #1911 - Amending for code review - 3
@Vorobeyko @peterngtr I can review and retest if you grant write access. |
@peterngtr is this problem for allure only? Or there are problem, which fix all other helpers |
I think whatever helper is used would be fine with adding this in allure plugin directly. |
Co-Authored-By: Michael Bodnarchuk <DavertMik@users.noreply.github.com>
Please do more reviews and become part of our core team to get write access. Meanwhile, you can always test changes from fork's banrch: |
Motivation/Description of the PR
Resolves #2104
I think the timestamps could be left as 0s or any suggestion on this would be nice
Type of change