-
Notifications
You must be signed in to change notification settings - Fork 675
Comparing changes
Open a pull request
base repository: DevExpress/testcafe
base: v1.9.1
head repository: DevExpress/testcafe
compare: v1.9.2
Commits on Aug 18, 2020
-
Add exception handling in Reporter (#5377)
* Add error-handling in Reporter * Generalize reporter plugin methods calls * Add unit test that check exception dispatching * Fix dispatching to plugin methods * Add functional test for check error dispatch * Use enum instead of string literals * Add captureRejections flag to AsyncEventEmitter * Separate reporter utils from bootstrapper * Add more strict typing * Change the error message
Configuration menu - View commit details
-
Copy full SHA for 441679e - Browse repository at this point
Copy the full SHA 441679eView commit details -
Add warnings for missing await when trying to get a snapshot property…
… value (#5383) * Added warnings, tests, refactored * Fixed lint * Slightly improved awaited snapshot property test * Refactored throwing errors/warnings in wrapTestFunction
Configuration menu - View commit details
-
Copy full SHA for cd15d1b - Browse repository at this point
Copy the full SHA cd15d1bView commit details
Commits on Aug 19, 2020
-
ability to log stdout and stderr of tested-app (closes #5423) (#5431)
* ability to log stdout and stderr of tested-app * Print logs in real time * Fix lint * Fix tests, use execa Co-authored-by: Andrey Belym <belym.a.2105@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f163ccb - Browse repository at this point
Copy the full SHA f163ccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d4ba42 - Browse repository at this point
Copy the full SHA 6d4ba42View commit details -
[docs] Added a post with webinar QAs (#5436)
* Add a QA Webinar post * Add a video * Fix a link
Configuration menu - View commit details
-
Copy full SHA for 87e3223 - Browse repository at this point
Copy the full SHA 87e3223View commit details
Commits on Aug 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c7fd3bb - Browse repository at this point
Copy the full SHA c7fd3bbView commit details
Commits on Aug 24, 2020
-
Rewrite files to TypeScript (#5433)
* initial * fix review issues * remove 'as string' * pass pageUrl as parameter
Configuration menu - View commit details
-
Copy full SHA for f93ceda - Browse repository at this point
Copy the full SHA f93cedaView commit details
Commits on Aug 26, 2020
-
#5446 Added null to the list of types avaliable for the checking (#5456)
Co-authored-by: Vladislav Pilipenko <vladislav.pilipenko@sravni.ru>
Configuration menu - View commit details
-
Copy full SHA for 50f926e - Browse repository at this point
Copy the full SHA 50f926eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78cd263 - Browse repository at this point
Copy the full SHA 78cd263View commit details -
[docs] Add a multi-window support blog post (#5464)
* Add a multi-window support blog post * Change the page title for SEO * Address Boris' remarks
Configuration menu - View commit details
-
Copy full SHA for 3d2958b - Browse repository at this point
Copy the full SHA 3d2958bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 048f791 - Browse repository at this point
Copy the full SHA 048f791View commit details
Commits on Aug 27, 2020
-
Add type definition tests for typeOf and notTypeOf assertions (#5458)
* Added type definition tests for .(not)typeOf() assertion * Fixed notTypeOf * Added functional tests, fixed a bug with regexp type (was regex) * Fixed callsites in tests * Fixed a line number
Configuration menu - View commit details
-
Copy full SHA for 94d0cda - Browse repository at this point
Copy the full SHA 94d0cdaView commit details -
[Docs] Describe how action works and depends on each other (#5386)
* Describe 4-5 #5198 * Describe 1-3 #5198 * Add ClientFunction code example for scrolling * Add a title for scroll action * Address Vasily's remarks * Lint according to Ray's guidelines * Address Vasily's remarks * Address Mikhail's remarks * Address Albert's review * Apply suggestions from code review Co-authored-by: Albert Totten <49917542+albertov05@users.noreply.github.com> * Add Dirk's edits * Apply suggestions from code review Co-authored-by: DirkPieterse <dirk.pieterse@devexpress.com> * Address Mikhail's remarks Co-authored-by: Albert Totten <49917542+albertov05@users.noreply.github.com> Co-authored-by: DirkPieterse <dirk.pieterse@devexpress.com>
Configuration menu - View commit details
-
Copy full SHA for bc53fe2 - Browse repository at this point
Copy the full SHA bc53fe2View commit details -
[docs] Gh #5196 describe current limitations (#5428)
* Describe #9 * Describe #18, add self-hosterd runners for GH-Actions * Describe 15 * Describe 14 * Add workaround for #18 * Describe 12 * Add async description, misc changes * Remove backticked links * Describe 16 * Describe 8 * Describe 10 * Address Mikhail's review * Address Albert's suggestions * Address Dirk's comments * Fix broken links Co-authored-by: Albert Totten <49917542+albertov05@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 33e44e0 - Browse repository at this point
Copy the full SHA 33e44e0View commit details
Commits on Aug 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 870d066 - Browse repository at this point
Copy the full SHA 870d066View commit details
Commits on Aug 31, 2020
-
Rewrite role to typescript (#5462)
* initial * renames * add assertion * update xammerhead * fix tests * fix one more tests * fix review issue * try to fix tests
Configuration menu - View commit details
-
Copy full SHA for 91b5312 - Browse repository at this point
Copy the full SHA 91b5312View commit details
Commits on Sep 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 53a04c9 - Browse repository at this point
Copy the full SHA 53a04c9View commit details
Commits on Sep 2, 2020
-
Fix missing semicolons in d.ts (#5486)
* Fix missing semicolon * Update client-function.d.ts * Update test-controller.d.ts
Configuration menu - View commit details
-
Copy full SHA for f35fcd7 - Browse repository at this point
Copy the full SHA f35fcd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6be35e - Browse repository at this point
Copy the full SHA c6be35eView commit details
Commits on Sep 3, 2020
-
[docs] Add a post about DevOps (#5492)
* Add a DevOps post * Add a cut * Add links * cancel Ray
Configuration menu - View commit details
-
Copy full SHA for 0eac0fe - Browse repository at this point
Copy the full SHA 0eac0feView commit details -
Configuration menu - View commit details
-
Copy full SHA for efe6993 - Browse repository at this point
Copy the full SHA efe6993View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c7766 - Browse repository at this point
Copy the full SHA d1c7766View commit details -
[docs] Add a changelog for v1.9.2 (#5487)
* Add changelog for v1.9.2 * Add two more bugfixes
Configuration menu - View commit details
-
Copy full SHA for 4dbd4c8 - Browse repository at this point
Copy the full SHA 4dbd4c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74fd352 - Browse repository at this point
Copy the full SHA 74fd352View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.9.1...v1.9.2