Kukhyeon Heo
11bd06b6ee
Added missing EventEmitter2 type to Cypress and cy + missing ru… ( #6066 )
...
* Added EventEmitter2 type to Cypress and cy.
* Added missing runUrl
* runUrl is optional
* Fixed typo.
Co-authored-by: Gleb Bahmutov <gleb.bahmutov@gmail.com >
2020-01-07 10:05:47 -05:00
Zach Bloomquist
16deee4145
chore(deps): update dependency electron to version 7.1.7 🌟 ( #6085 )
...
chore(deps): update dependency electron to version 7.1.7 🌟
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-01-07 06:29:36 -08:00
Kukhyeon Heo
4099ed8fa9
Check backface visibility when the parents of the target elemen… ( #5916 )
...
* Moved and added tests to separate file.
It's created for visual tests.
* For future reference.
Committed for future reference.
* Fixed.
* Preparation for merge.
* Moved transform code to transform.ts.
* Typed transform.ts
* Named test cases.
* Added a new test case and refactored functions.
* Fix transform + overflow error.
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com >
2020-01-07 14:04:48 +06:30
Jennifer Shehane
596c2bd06e
Update issue template to be more specific about providing a fai… ( #6086 )
2020-01-07 13:54:50 +06:30
Gleb Bahmutov
e389db4089
Move binary state file to be in the version folder of the cache ( #6090 )
...
* WIP: small refactoring for clarity
* move binary state file to version dir
* add issue link
2020-01-06 16:32:03 -05:00
Renovate Bot
7936d5de6b
chore(deps): update electron to 7.1.7 🌟
2020-01-03 07:07:11 +00:00
Kukhyeon Heo
ed1fa6b4e5
Transform visibility when height/width is set. ( #6000 )
...
* Transform visibility when parent height/width is set.
* width: 0 or height: 0 + transform != 'none' => visible.
* Refactor transform checker functions.
2020-01-02 22:56:30 +06:30
renovate[bot]
2d9b8e597f
fix(deps): update dependency ansi_up to version 4.0.4 🌟 ( #6074 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2020-01-02 10:40:41 +06:30
Zach Bloomquist
029ed01793
Decaff modes, cypress, scaffold and related tests. ( #6038 )
...
Decaff modes, cypress, scaffold and related tests.
2019-12-27 12:44:08 -05:00
decaffeinate
f0adc7b06f
decaffeinate: Run post-processing cleanups on exit.coffee and 12 other files
...
Revert changes to scaffold_spec snapshot
2019-12-27 12:09:31 -05:00
decaffeinate
c5f5551c35
decaffeinate: Convert exit.coffee and 12 other files to JS
2019-12-27 12:09:31 -05:00
decaffeinate
3892814c2f
decaffeinate: Rename exit.coffee and 12 other files from .coffee to .js
2019-12-27 12:09:31 -05:00
Kukhyeon Heo
00a7e69ed2
Fix hastily-done decaffs. ( #6045 )
2019-12-27 11:41:55 -05:00
Zach Bloomquist
b130ffca87
Prevent Cypress from showing 200% unzip progress ( #6009 )
...
* Prevent unzipWithNode from getting called twice
* fix unzip test
* add unit test to check if unzip is called once
* add unzip test for Darwin
Co-authored-by: Gleb Bahmutov <gleb.bahmutov@gmail.com >
2019-12-26 12:37:09 -05:00
Zach Bloomquist
875d569303
release 3.8.1 [skip ci]
v3.8.1
2019-12-26 11:53:20 -05:00
Zach Bloomquist
6fd352ab5b
Fix typo [skip ci]
2019-12-26 11:41:26 -05:00
Zach Bloomquist
9419a55c38
Document release-automations inline, fix typos [skip ci]
2019-12-26 11:40:27 -05:00
renovate[bot]
a6bdc6677f
chore(deps): Update dependency decaffeinate to version 6.0.9 🌟 ( #6041 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-24 14:44:39 +06:30
renovate[bot]
30cbd1bc0e
chore(deps): Pin dependency @cypress/sinon-chai to version 2.9.… ( #6040 )
...
* chore(deps): Update @cypress/sinon-chai to 2.9.0 🌟
* Do not pin node engine.
Co-authored-by: Renovate Bot <renovatebot@gmail.com >
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com >
2019-12-24 14:29:14 +06:30
Jennifer Shehane
411def0620
Typo in the cli readme Markdown header nesting ( #6039 )
2019-12-24 14:23:48 +06:30
Andrew Smith
ccbbbdd313
Config values that come from plugins are now colored properly (… ( #6036 )
...
Actual data is that the from value is `"plugin"` and not `"plugins"`
2019-12-24 10:45:54 +06:30
Ben Kucera
9e0f32a4a5
address feedback on #6033 ( #6034 )
2019-12-23 13:23:55 -05:00
Ben Kucera
16b76f4d99
fix: edge cases during cy.type in number input ( #6033 )
...
- regressions introduced in `3.8.0`
2019-12-23 12:11:12 -05:00
Jennifer Shehane
37dd2756bc
remove unused deep 'style-loader' ( #6028 )
2019-12-23 22:48:24 +06:30
renovate[bot]
f5ac7b6678
chore(deps): update dependency @cypress/commit-message-install… ( #6031 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-23 22:29:16 +06:30
renovate[bot]
487bd76e19
chore(deps): update dependency @types/node to version 12.12.21… ( #6029 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-23 14:20:25 +06:30
Ryan Sherer
8f4137c2d2
Update ISSUE_TEMPLATE.md path inside CONTRIBUTING.md ( #5962 )
...
ISSUE 5926: Update ISSUE_TEMPLATE.md path inside CONTRIBUTING.md
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com >
2019-12-23 13:45:09 +06:30
renovate[bot]
ae8277ceb6
fix(deps): update dependency jimp to version 0.9.3 🌟 ( #6020 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-23 09:14:30 +06:30
renovate[bot]
c3ad1a372a
fix(deps): update dependency ansi_up to version .x 🌟 ( #4331 )
...
* fix(deps): update ansi_up to 4.0.3 🌟
* Update ansi_up to use new non-deprecated 2.0+ api
* Do not pass 'use_classes: true' (defaults to false) - we are expecting rgb values in our tests
* set back to use_classes
* Fix 'use_classes' option which was being incorrectly passed
Co-authored-by: Renovate Bot <renovatebot@gmail.com >
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com >
2019-12-20 18:31:15 +06:30
renovate[bot]
14206e3fc3
fix(deps): Update dependency which to version .x 🌟 ( #6017 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-20 16:42:43 +06:30
renovate[bot]
56f68924f5
fix(deps): Update dependency chrome-remote-interface to version… ( #6008 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-20 16:39:18 +06:30
Zach Bloomquist
ddc86343a1
Always use 127.0.0.1 instead of localhost for CDP ( #5960 )
...
* force ipv4 for CDP
* update tests
2019-12-20 00:21:43 +06:30
Jennifer Shehane
efe83ca84c
Have org selector properly show when no default org ( #5955 )
...
* Update logic when looking for org to check length of orgs excluding default
- Also hide the ‘Me | Org’ selector altogether since it makes to sense
to be there, you can’t choose ‘Me’ because it doesn’t exist.
* Remove radios for 'me' and 'an org' entirely
- have default org show up as ‘Your personal organization’
* Select default org by default
* Preselect 'personal org' or first org in list by default
* clean up test selectors + fix failing runs list spec
* Add react-select for orgs select / add back showing avatar for 'personal org'
* Have loader properly display in setup project model when orgs are still loading
2019-12-20 00:20:38 +06:30
renovate[bot]
d83788dd43
chore(deps): update snap-shot-it to 7.9.1 🌟 ( #6007 )
2019-12-19 23:01:53 +06:30
renovate[bot]
c2190f77ef
chore(deps): update dependency eslint-plugin-cypress to version… ( #6006 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-19 22:37:28 +06:30
Jennifer Shehane
c8dac444f9
replace gulp-gh-pages-will with original gulp-gh-pages ( #4827 )
...
* replace gulp-gh-pages-will with original gulp-gh-pages
- the original has the gift update that was intended for the forked
versions usage.
* actually, the dep updated needed is only in their 'next' release.
Nobody has any idea why they haven't tagged it as latest in npm, the
repo looks a bit abandoned tbh.
* update require statement to new dep
* fix weird merge conflict
2019-12-19 22:07:14 +06:30
renovate[bot]
548958af9d
fix(deps): update dependency get-port to version 5.1.0 🌟 ( #6004 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-19 22:03:59 +06:30
Oliver Joseph Ash
78d0536109
TypeScript: strict parameter type for location ( #5574 )
...
* TypeScript: strict parameter type for `location`
* extend Location, return correct type
* add type tests
Co-authored-by: Zach Bloomquist <github@chary.us >
2019-12-19 10:25:18 -05:00
renovate[bot]
720bc470e9
chore(deps): update dependency rc-collapse to version 1.11.7 🌟 ( #6003 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-19 15:05:29 +06:30
renovate[bot]
1dfc81b3ac
chore(deps): Update dependency @types/bluebird to version 3.5.2… ( #4132 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2019-12-19 15:03:20 +06:30
renovate[bot]
e8f289cc0a
chore(deps): update dependency angular to version 1.7.9 🌟 ( #5753 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-19 15:02:48 +06:30
renovate[bot]
95d5d0efef
fix(deps): update dependency send to version 0.17.1 🌟 ( #5130 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-19 14:34:51 +06:30
Josef Biehler
75befb05cf
add hint for windows user to enable them to contribute, too, wi… ( #5902 )
...
* add hint for windows user to enable them to contribute, too, without too much workarounds
* adjust message
* add a little formatting, clean up wording
Co-authored-by: Zach Bloomquist <github@chary.us >
2019-12-19 13:13:55 +06:30
Gleb Bahmutov
79545fc646
add printing package folder sizes to the build script ( #5978 )
...
- and work around `parse-domain` Jest inclusion to minimize bundle size
2019-12-18 14:59:08 -05:00
renovate[bot]
6d264d26b4
chore(deps): update dependency devtools-protocol to version 0.0… ( #5994 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-18 16:24:54 +06:30
renovate[bot]
8d72901ddb
chore(deps): update dependency chai-string to version 1.5.0 🌟 ( #5993 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-18 15:06:34 +06:30
Jennifer Shehane
6552d7e76f
Simply state that the element is not visible. ( #5982 )
2019-12-18 14:02:49 +06:30
renovate[bot]
343c0f459c
chore(deps): update dependency js-cookie to version 2.2.1 🌟 ( #5131 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-17 10:59:10 -05:00
Jennifer Shehane
05987c4372
Remove packageRules from renovatebot ( #5981 )
...
* Remove packageRules from renovatebot
* Add back types group
* update types to include / so that it doesn't include typescript PRs
2019-12-17 09:59:38 -05:00
renovate[bot]
19eb17141f
chore(deps): update dependency bootstrap to version 4.4.1 🌟 ( #5983 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2019-12-17 16:20:29 +06:30