Zach Bloomquist
228f74e581
build on this branch
2020-01-27 11:18:31 -05:00
Zach Bloomquist
7cf6973638
try: fix add-install-comment on win
2020-01-27 11:17:28 -05:00
Zach Bloomquist
f0c0917762
Update DEPLOY.md [skip ci]
2020-01-24 15:16:48 -05:00
Zach Bloomquist
2eda5130df
release 3.8.3 [skip ci]
v3.8.3
2020-01-24 15:13:42 -05:00
renovate[bot]
a74bdff1a8
chore(deps): update dependency electron to version 7.1.10 🌟 ( #6242 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com >
2020-01-24 12:13:06 -05:00
Waldemar Penner
43b16650cd
fix(type): type chars for readonly inputs if force: true ( #6217 )
...
remove .only
fix lint issues
2020-01-23 16:05:45 +06:30
Gleb Bahmutov
9ac5fe3935
add unit test for xvfb options -screen
2020-01-22 12:41:14 -05:00
Lukas Weber
ee0d6fac91
fix: set explicit screen when spawning own xvfb ( #6199 )
...
fixes `cypress verify` crashes on Ubuntu 18
2020-01-22 12:35:08 -05:00
Zach Bloomquist
b2f9059552
chore(deps): update dependency electron to version 7.1.9 🌟 ( #6180 )
...
chore(deps): update dependency electron to version 7.1.9 🌟
2020-01-16 14:20:46 -05:00
Renovate Bot
dfc75c0785
chore(deps): update electron to 7.1.9 🌟
2020-01-16 18:43:21 +00:00
renovate[bot]
4009c2473c
fix(deps): update dependency socket.io to version 2.3.0 🌟 ( #6179 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com >
2020-01-17 00:20:27 +06:30
Zach Bloomquist
2cd99c890c
Set minimum TLS version to TLSv1 ( #6130 )
...
Set minimum TLS version to TLSv1
2020-01-16 12:15:37 -05:00
Jacob Salinas
1f1fed2a47
Update Bamboo variables for CI ( #6158 )
...
* bamboo variables and test
* lint fix
* fix it better, reduce indents
* Remove agentId and planKey
Co-authored-by: jsalinas405 <57186891+jsalinas405@users.noreply.github.com >
2020-01-16 22:50:08 +06:30
renovate[bot]
ef27efcbca
chore(deps): update dependency cypress-example-kitchensink to v… ( #6175 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com >
2020-01-16 12:21:18 +06:30
Erica Gucciardo
63cb7224c7
Address issue #1495 by adding cypress spec name to mocha suite ( #3960 )
...
* fix issue 1495 by adding cypress spec name to mocha suite
* pass file through to reporter
* comment out the log for file
* ensure file is in runnable_props due to changes upstream
* remove commented out log code
* delete mocha.coffee
* add e2e test
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com >
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com >
2020-01-15 10:20:31 -05:00
renovate[bot]
e0e249c9e2
fix(deps): update dependency http-status-codes to version 1.4.0… ( #6134 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com >
2020-01-15 16:03:43 +06:30
Josef Biehler
e50040fd4b
show 50 lines of the logmessage of cy.get, too ( #6163 )
2020-01-15 14:01:43 +06:30
Gleb Bahmutov
d51314477e
set --headed false when passing --headless ( #6154 )
...
* set --headed false when passing --headless
* throw error if both --headed and --headless are true
2020-01-13 11:50:36 -05:00
Gleb Bahmutov
059e802105
retry CRI.List when connecting to the browser ( #6133 )
...
* WIP: retry CRI.List when connecting to the browser
* add unit tests
* don't need to use module.exports to stub this
* use existing retry delay logic for CRI list
* add tests that stdout is correct
Co-authored-by: Zach Bloomquist <github@chary.us >
2020-01-13 10:02:06 -05:00
Zach Bloomquist
981d885d98
Add further release instructions [skip ci]
2020-01-13 09:06:15 -05:00
Ben Kucera
c9b392afda
fix flaky navigation_spec test ( #6138 )
...
* fix flaky navigation_spec test
* cleanup
2020-01-13 12:06:55 +06:30
Zach Bloomquist
e89b6f5a5c
release 3.8.2 [skip ci]
v3.8.2
2020-01-10 17:56:33 -05:00
Ben Kucera
51d6d7c161
Revert "Switch to using more official browser brand icons (#599… ( #6141 )
...
This reverts commit d204d321c2 .
2020-01-10 14:09:34 -05:00
Zach Bloomquist
b3d3dd2348
Merge branch 'develop' into issue-5446-tlsv1-fix
2020-01-10 07:26:01 -08:00
Hiram Zamorano
d204d321c2
Switch to using more official browser brand icons ( #5991 )
...
* Replaces Font Awesome icons with custom icons.svg
* Adds default browser icon, changes tests to display the correct image
* Adds project-nav test
* Fixes browsers icon aligment
* Adds getIcon function, Code refactor
* Fixes displays browsers icons test
* simplify css
* add css style to selected dropdown in order to better target css
* Add back test that was removed for generic icon
* Changes default generic browser icon
* Fixes Custom Browser Alignment
* Fixes default browser icon container
* have electron icon up one pixel to center vertically
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com >
2020-01-10 13:06:42 +06:30
Andrew Valleteau
a76b3b6558
fix(commands.type): Fix the .type command on an input of type n… ( #6121 )
...
Fix edge case introduced into #6033 about typing invalid number
Fixes #6055
Co-authored-by: Jennifer Shehane <shehane.jennifer@gmail.com >
2020-01-10 13:03:28 +06:30
Kukhyeon Heo
957d76a190
should() chaining ( #6128 )
2020-01-10 12:59:49 +06:30
Zach Bloomquist
b3b7752def
set minVersion to TLSv1 and fix types
2020-01-09 11:00:59 -05:00
Zach Bloomquist
79bdca0c53
add test for #5446
2020-01-09 11:00:05 -05:00
Zach Bloomquist
f4e3b12541
Revert "allow e2e tests to pass https options"
...
This reverts commit 06efeffdb8 .
2020-01-09 10:29:18 -05:00
Zach Bloomquist
06efeffdb8
allow e2e tests to pass https options
2020-01-09 10:23:25 -05:00
Michael Riehemann
ab7cc5fcc1
Truncate cy.log() in Command Log to 50 lines instead of 1 ( #5630 )
...
* Do not truncate cy.log() in Command Log
* Add Feedback
- add line-height: 1.5
- set upper limit of 50 lines (~ 2000), works in all browsers except IE11
* Use more accurate CSS class "command-message-text" instead of "command-message"
2020-01-09 12:49:18 +06:30
Jennifer Shehane
787596600c
More decaff for issue 678 ( #6075 )
...
More decaff for issue 678
2020-01-09 11:43:24 +06:30
decaffeinate
a5877ce45a
decaffeinate: Run post-processing cleanups on assertions.coffee and 6 other files
2020-01-09 10:33:51 +09:00
decaffeinate
d51691c15c
decaffeinate: Convert assertions.coffee and 6 other files to JS
2020-01-09 10:25:14 +09:00
decaffeinate
81b834cb2a
decaffeinate: Rename assertions.coffee and 6 other files from .coffee to .js
2020-01-09 10:25:14 +09:00
Quinton Aiken
12882aa4d5
Collect GitLab CI_JOB_NAME env var ( #6111 )
2020-01-08 13:41:55 +06:30
Zach Bloomquist
639ba32061
Use node 12.8.1 in CI and .node-version ( #6109 )
...
Use node 12.8.1 in CI and .node-version
2020-01-07 08:55:16 -08:00
Zach Bloomquist
d20e225d1e
Use node 12.8.1 in CI and .node-version
2020-01-07 11:28:05 -05:00
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