Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DevExpress/testcafe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.1
Choose a base ref
...
head repository: DevExpress/testcafe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.2
Choose a head ref

Commits on Aug 18, 2020

  1. 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
    wentwrong authored Aug 18, 2020
    Copy the full SHA
    441679e View commit details
  2. 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
    Ogurecher authored Aug 18, 2020
    Copy the full SHA
    cd15d1b View commit details

Commits on Aug 19, 2020

  1. 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>
    mattkubej and AndreyBelym authored Aug 19, 2020
    Copy the full SHA
    f163ccb View commit details
  2. Copy the full SHA
    6d4ba42 View commit details
  3. [docs] Added a post with webinar QAs (#5436)

    * Add a QA Webinar post
    
    * Add a video
    
    * Fix a link
    VasilyStrelyaev authored Aug 19, 2020
    Copy the full SHA
    87e3223 View commit details

Commits on Aug 21, 2020

  1. Copy the full SHA
    c7fd3bb View commit details

Commits on Aug 24, 2020

  1. Rewrite files to TypeScript (#5433)

    * initial
    
    * fix review issues
    
    * remove 'as string'
    
    * pass pageUrl as parameter
    miherlosev authored Aug 24, 2020
    Copy the full SHA
    f93ceda View commit details

Commits on Aug 26, 2020

  1. #5446 Added null to the list of types avaliable for the checking (#5456)

    Co-authored-by: Vladislav Pilipenko <vladislav.pilipenko@sravni.ru>
    Vla8islav and Vla8islav-sravni authored Aug 26, 2020
    Copy the full SHA
    50f926e View commit details
  2. Copy the full SHA
    78cd263 View commit details
  3. [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
    VasilyStrelyaev authored Aug 26, 2020
    Copy the full SHA
    3d2958b View commit details
  4. Copy the full SHA
    048f791 View commit details

Commits on Aug 27, 2020

  1. 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
    Ogurecher authored Aug 27, 2020
    Copy the full SHA
    94d0cda View commit details
  2. [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>
    3 people authored Aug 27, 2020
    Copy the full SHA
    bc53fe2 View commit details
  3. [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>
    DIRECTcut and albertov05 authored Aug 27, 2020
    Copy the full SHA
    33e44e0 View commit details

Commits on Aug 28, 2020

  1. Copy the full SHA
    870d066 View commit details

Commits on Aug 31, 2020

  1. Rewrite role to typescript (#5462)

    * initial
    
    * renames
    
    * add assertion
    
    * update xammerhead
    
    * fix tests
    
    * fix one more tests
    
    * fix review issue
    
    * try to fix tests
    miherlosev authored Aug 31, 2020
    Copy the full SHA
    91b5312 View commit details

Commits on Sep 1, 2020

  1. Copy the full SHA
    53a04c9 View commit details

Commits on Sep 2, 2020

  1. Fix missing semicolons in d.ts (#5486)

    * Fix missing semicolon
    
    * Update client-function.d.ts
    
    * Update test-controller.d.ts
    Himura2la authored Sep 2, 2020
    Copy the full SHA
    f35fcd7 View commit details
  2. Copy the full SHA
    c6be35e View commit details

Commits on Sep 3, 2020

  1. [docs] Add a post about DevOps (#5492)

    * Add a DevOps post
    
    * Add a cut
    
    * Add links
    
    * cancel Ray
    VasilyStrelyaev authored Sep 3, 2020
    Copy the full SHA
    0eac0fe View commit details
  2. Copy the full SHA
    efe6993 View commit details
  3. Copy the full SHA
    d1c7766 View commit details
  4. [docs] Add a changelog for v1.9.2 (#5487)

    * Add changelog for v1.9.2
    
    * Add two more bugfixes
    VasilyStrelyaev authored Sep 3, 2020
    Copy the full SHA
    4dbd4c8 View commit details
  5. Copy the full SHA
    74fd352 View commit details
Loading