Commit Graph

3053 Commits

Author SHA1 Message Date
Kukhyeon Heo effda4f349 fix: Don't remove the "/" at the end when user passed it. (#9373)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-12-02 16:19:07 +06:30
Jennifer Shehane 6fa222eba8 chore: deprecate Cypress.moment() (#9398)
* Warn when using Cypress.moment() that its deprecated + deprecated types

* Remove trailing whitespace in types
2020-12-02 13:16:08 +06:30
Luke Page 0b07e8f789 feat: add scrollBehavior option (#8837)
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
2020-11-30 16:04:18 -05:00
Zach Bloomquist b696a6cb1f chore(tests): remediate remaining route2 flake (#9117) 2020-11-30 14:30:30 -05:00
Dmitriy Kovalenko 21ee591d1e feat: create-cypress-tests wizard (#8857)
Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
2020-11-30 13:20:43 -05:00
Kukhyeon Heo dbfde6b63a fix: lower-cased HTTP methods can be used with cy.intercept. (#9324)
Co-authored-by: Zach Bloomquist <github@chary.us>
2020-11-30 11:15:04 -05:00
forehalo f025062c21 fix(server): CDP needs screencasts ack before sending more frames (#9301)
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
2020-11-30 11:14:51 -05:00
Marco Santarelli 7271384266 fix: "RangeError: Index out of range | The value of "offset" is out of range" (#9281)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-11-30 22:35:04 +06:30
Alejandro Estrada c4445fa356 feat: Collect Bitbucket BITBUCKET_STEP_RUN_NUMBER (#9292) 2020-11-24 10:18:45 -05:00
Chris Breiding ca25a27449 chore: Refactor reporter tests (#9210)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-11-23 23:06:38 -05:00
Zach Bloomquist ce73743f09 chore: Upgrade cypress-example-kitchensink to 1.13.0 (#9294) 2020-11-23 18:37:06 -05:00
Zach Bloomquist f43f1c1f26 fix(net-stubbing): fix empty array stubs getting merged with real response (#9289) 2020-11-23 15:59:48 -05:00
Jeremy Dorne 2d5b74fb8c fix(route2): Fix content-length for route2 intercepts (#9224) 2020-11-23 14:06:04 -05:00
Zach Bloomquist 6c0154ce8e feat(net-stubbing): rename cy.http to cy.intercept (#9283)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-11-23 13:52:28 -05:00
Zach Bloomquist 0d5b932f41 feat(types): have cy.wait(alias) yield new Request type (#9266)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-11-23 12:21:12 -05:00
Zach Bloomquist 6ee7a9c27e feat(net-stubbing): automatically parse JSON req/res bodies (#9280) 2020-11-23 11:42:11 -05:00
renovate[bot] 2207bb105e feat(deps): update dependency electron to version 11.0.2 🌟 (#9222)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Zach Bloomquist <github@chary.us>
2020-11-20 18:58:55 -05:00
Ben Kucera 8fb3ad9767 fix: prevent cy.type from losing focus from element on blur (#9254) 2020-11-20 12:13:46 -05:00
Ben Kucera 9f3528d1d9 fix: negated assertions passing w/o existence check (#9239)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-11-20 14:42:21 +06:30
Jennifer Shehane 40dd31102c feat: Add option to --disable-dev-shm-usage by default in Chrome (#9242) 2020-11-19 22:22:28 +06:30
Jennifer Shehane bb0d98d3c6 Merge branch 'develop' into v6.0-release 2020-11-17 22:38:39 +06:30
Zach Bloomquist 3fec100397 feat: deprecate cy.route(), remove experimentalNetworkStubbing flag (#9185)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-11-17 10:56:19 -05:00
Kukhyeon Heo c38527359d feat: Allow type() and click() to select an element inside contenteditable. (#9066)
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
2020-11-17 01:32:14 -05:00
Gleb Bahmutov 84d1afd27d feat: print bundled Node and Electron versions in cypress version (#9183) 2020-11-16 13:17:24 -05:00
Mo 470c69ec5a feat: include warning when running with invalid config (#9088)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-11-16 15:09:34 +06:30
Gleb Bahmutov 1cbd8014c0 fix: prevent crash when selected spec is undefined (#9160) 2020-11-14 16:24:48 +06:30
Jennifer Shehane e2a5de0104 Merge branch 'develop' into v6.0-release 2020-11-14 14:23:50 +06:30
Zach Bloomquist 3d0d1d89de feat(net-stubbing): rename cy.route2 to cy.http (#9182)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-11-14 14:22:21 +06:30
Kukhyeon Heo 849f3821d8 feat: Support shortcut syntax in cy.type() (#8499)
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
2020-11-09 12:44:43 -05:00
Chris Breiding 82d2968e17 fix: Handle non-error empty objects from release notes service (#9134) 2020-11-09 11:11:19 -05:00
Ben Kucera 5198a866bd fix: only modify js on AUT domain in proxy (#9018) 2020-11-09 09:57:31 -05:00
Mo dae76a8ec0 fix: XHR stub error if response json has number/boolean (#9107)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-11-09 13:14:07 +06:30
Jennifer Shehane 5ed66690db Merge branch 'develop' into v6.0-release 2020-11-06 11:55:06 +06:30
Gleb Bahmutov 1c2a17560b fix: do not assume valid file info in error stack line (#9081) 2020-11-05 14:57:51 -05:00
Jennifer Shehane e58f132209 Add more percy snapshots throughout Desktop GUI tests (#9087) 2020-11-04 23:53:44 +06:30
Mateusz Burzyński f498b0add1 fix(route2): fixed the issue with not being able to await a request body when providing static response stub (#9059) 2020-11-04 10:53:30 -05:00
renovate[bot] 26e70f5b56 fix(deps): update dependency semver to version .x 🌟 (#9071)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-04 10:12:14 +06:30
Jennifer Shehane 8d6b7e4b01 Merge branch 'develop' into v6.0-release 2020-11-03 22:05:54 +06:30
Zach Bloomquist d2b8806d7c feat(route2): dynamic request aliasing (#8974) 2020-11-03 10:19:15 -05:00
Gleb Bahmutov 5610f4dbe9 feat: working on running all component tests together (#8703)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-11-03 09:15:27 -05:00
renovate[bot] 0237380f2e fix(deps): update dependency systeminformation to version 4.27.11 🌟 (#9068)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-03 16:11:08 +06:30
Jennifer Shehane 58252a24fd Merge branch 'develop' into v6.0-release 2020-11-03 15:30:24 +06:30
Kevin Grüneberg 9c80fc83be feat: Copy to clipboard button for settings/runs in desktop GUI (#9003)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-11-03 15:29:55 +06:30
Chris Breiding d12676c561 fix: Fix issue with createSnapshot causing images to load too many times (#9050) 2020-11-02 12:42:22 -05:00
Jennifer Shehane 27c3461c7c fix: Expand logic for checking contentType when determining if content is HTML (#9057)
Co-authored-by: Zach Bloomquist <github@chary.us>
2020-11-02 11:27:19 -05:00
Zach Bloomquist 54639f8a6d fix: improve route2 logs (#9051) 2020-11-02 11:26:57 -05:00
Federico Bertolini 7ea64bf2ec fix: rewrite version updater to remove node-webkit-updater dependency (#8807)
Co-authored-by: Zach Bloomquist <github@chary.us>
2020-11-02 10:52:20 -05:00
Chris Breiding 757ddc81c0 feat: Add release notes modal (#9006) 2020-11-02 09:32:27 +06:30
Jennifer Shehane bae9d7da73 Merge branch 'develop' into v6.0-release 2020-10-30 13:02:17 +06:30
Kukhyeon Heo 756b6b8b0e fix: "cannot access variable before initialization" errors in route2 (#8978)
Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
2020-10-29 15:11:20 -04:00