Adam Gastineau
ea1c817864
chore(component-testing): Stricter linting ( #15588 )
...
* Added more strict JSX rules
* Improved CT lint rules and fixed react-hooks
* Updated code to match linting rules in CT
* Added new linting rules to design-system
* Fixed funky text formatting within JSX
* Fixed missed text issue
* Added optional chaining to Babel config
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2021-03-23 01:34:14 +10:00
Lachlan Miller
43c8ae2a7c
feat: support ct/e2e specific overrides in cypress.json ( #15526 )
...
Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com >
2021-03-21 23:28:59 -04:00
Saturnino Abril
35be2aea2a
feat: Add user's log option to cy.tick ( #15586 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2021-03-20 15:05:29 -04:00
SurajChande
e41cfc1757
build: Update dependencies with security vulnerabilities ( #15168 )
...
Co-authored-by: Jennifer Shehane <jennifer@cypress.io >
2021-03-20 09:32:55 -04:00
Jennifer Shehane
954db7095b
chore: Remove percy-finalize from required jobs for npm-release ( #15589 )
2021-03-19 14:45:44 -04:00
Adam Gastineau
5fb4c12dea
chore: Updated to latest ESLint and updated corresponding plugins ( #15531 )
2021-03-19 09:35:34 -07:00
Jessica Sachs
8793d56cce
Merge branch 'develop' into agg23/ESLintUpgrade
2021-03-19 11:26:30 -04:00
Jessica Sachs
f7c86654ae
chore: merge master ( a4bef60e2) into develop ( #15573 )
...
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
Co-authored-by: Jessica Sachs <jess@jessicasachs.io >
2021-03-19 01:44:14 -04:00
Jessica Sachs
ed7791b546
Merge branch 'develop' into a4bef60e2-master-into-develop
2021-03-19 01:08:33 -04:00
Jessica Sachs
8286fcd0b9
chore: fix the Linux lint circleci task not finishing ( #15572 )
2021-03-18 21:47:40 -04:00
Jessica Sachs
a4bef60e2a
chore: cherry-picking conditional CI changes into master and fixing releaserc.js ( #15571 )
...
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2021-03-18 20:59:57 -04:00
Barthélémy Ledoux
a12b72b81d
refactor(component-testing): simplify vue mount ( #15275 )
...
Co-authored-by: Jessica Sachs <jess@jessicasachs.io >
2021-03-18 20:38:59 -04:00
Dmitriy Kovalenko
9a1c8654ad
fix(component-testing): Viewport resetting after applying snapshot ( #15557 )
2021-03-18 19:51:10 -04:00
Adam Gastineau
3cb8d64cb7
Merge branch 'develop' of https://github.com/cypress-io/cypress into agg23/ESLintUpgrade
2021-03-18 11:38:56 -07:00
Adam Gastineau
7eb5cf91b3
Linted newly changed code from merge
2021-03-18 10:19:23 -07:00
Jessica Sachs
ee2b1beb22
chore: remove conditional test suite, ciDependents, and ciJobs ( #15552 )
...
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2021-03-18 13:09:16 -04:00
Adam Gastineau
0b449fe058
Merge branch 'develop' into agg23/ESLintUpgrade
2021-03-18 09:47:55 -07:00
Adam Gastineau
d6b904a6a0
Fixed incorrect line numbers after disabling linting rule
2021-03-18 09:15:54 -07:00
Adam Gastineau
82b1fead17
Removed some added lint exceptions
2021-03-18 06:21:16 -07:00
Barthélémy Ledoux
8f7b596c86
chore: update changelog with breaking changes ( #15503 )
2021-03-18 02:32:24 -04:00
Jessica Sachs
018407b4b5
chore: adding a test for the release scripts ( #15551 )
2021-03-18 01:25:30 -04:00
Chris Breiding
592c9f935a
chore: Fix flaky percy snapshots ( #15537 )
2021-03-17 21:10:15 -04:00
Zach Bloomquist
f8c3767731
Merge branch 'develop'
2021-03-17 20:00:52 -04:00
Zach Bloomquist
7331721823
release 6.8.0 [skip ci]
v6.8.0
2021-03-17 19:45:43 -04:00
Jessica Sachs
e60a02912f
fix: specs overflow horizontally and z-index issues ( #15547 )
2021-03-17 18:29:30 -04:00
Jessica Sachs
ecccf54440
fix: addressing style regressions in the CT runner ( #15542 )
...
Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com >
Co-authored-by: Barthélémy Ledoux <bart@cypress.io >
Co-authored-by: ElevateBart <ledouxb@gmail.com >
2021-03-17 16:36:55 -04:00
Zach Bloomquist
c3f2251a2c
chore: allow nextVersion to be overridden by NEXT_VERSION ( #15541 )
...
By popular demand!
2021-03-17 18:31:07 +00:00
Ben Kucera
6abc245f91
fix: exception when recording with no tests in specfile ( #15517 )
2021-03-17 11:51:37 -04:00
Dmitriy Kovalenko
8c9cf19b5f
fix(component-testing): Search spec overflowing ( #15534 )
2021-03-17 17:37:47 +02:00
Lachlan Miller
f2b880c09d
feat(design-system): FileExplorer ( #15513 )
...
* wip: cleaning up the specs list and swapping it to be a filetree
* wip: refactor
* wip: refactor
* wip: work on refactor
* chore: improve types
* styling
* chore: remove all references to Cypress in tree list
* chore: remove all references to Cypress in tree list
* extract spec list component
* write some tests
* correctly update state
* chore: refactor
* update test
* make props optional
* optimizations
* add back search
* use memo
* run spec
* run spec
* fix a11l nav
* add tests for spec list a11y nav
* fix tests:
* remove unused
* update version
Co-authored-by: Jessica Sachs <jess@jessicasachs.io >
2021-03-17 10:29:32 -04:00
Adam Gastineau
785017999b
Merge branch 'develop' into agg23/ESLintUpgrade
2021-03-17 06:36:03 -07:00
Dmitriy Kovalenko
3e9d7523eb
feat(@cypress/react): Support react-scripts v4 ( #15488 )
2021-03-16 17:34:03 -04:00
Adam Gastineau
adbd21d417
chore: Updated to latest ESLint and updated corresponding plugins
2021-03-16 13:59:24 -07:00
Barthélémy Ledoux
ed4bf545e7
build: rename releaserc.js into .releaserc.js ( #15406 )
...
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net >
2021-03-16 14:36:23 -04:00
semantic-release-bot
b640d67b80
chore: release @cypress/react-v5.1.2
...
[skip ci]
@cypress/react-v5.1.2
2021-03-16 11:52:26 -04:00
semantic-release-bot
e88a7aba78
chore: release create-cypress-tests-v1.0.1
...
[skip ci]
create-cypress-tests-v1.0.1
2021-03-16 11:52:04 -04:00
Barthélémy Ledoux
393a8ca9ca
fix: add missing script for building wizard ( #15502 )
...
* fix: add missing script for building wizard
* docs: readme needs componentFolder
* fix: make build script work on windows
2021-03-16 11:38:04 -04:00
Zach Bloomquist
a8b99171c9
chore: fix cypress scripts on windows ( #15492 )
...
Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com >
2021-03-16 15:25:03 +00:00
Zach Bloomquist
80149e6769
chore: fix create-cypress-tests building on windows ( #15501 )
2021-03-16 15:24:52 +00:00
Zach Panzarino
cb281d17e4
fix: studio icon displays properly on tests with long title ( #15415 )
2021-03-15 23:26:07 -04:00
Gleb Bahmutov
c56a16c1ea
chore: do not run Kitchensink on AppVeyor after building the binary ( #15500 )
2021-03-15 22:05:30 -04:00
semantic-release-bot
a72ecebedf
chore: release @cypress/vue-v2.1.1
...
[skip ci]
@cypress/vue-v2.1.1
2021-03-15 20:47:57 -04:00
semantic-release-bot
f3b0430505
chore: release @cypress/react-v5.1.1
...
[skip ci]
@cypress/react-v5.1.1
2021-03-15 20:47:43 -04:00
Chris Breiding
666c5f84ee
Merge branch 'develop'
2021-03-15 20:30:30 -04:00
Chris Breiding
5e08c107dd
release 6.7.1 [skip ci]
v6.7.1
2021-03-15 20:29:42 -04:00
Chris Breiding
237c426707
fix: Revert cypress.json changes ( #15499 )
2021-03-15 18:01:06 -04:00
semantic-release-bot
0158158132
chore: release @cypress/webpack-dev-server-v1.1.0
...
[skip ci]
@cypress/webpack-dev-server-v1.1.0
2021-03-15 15:28:19 -04:00
semantic-release-bot
f42b485d81
chore: release @cypress/vue-v2.1.0
...
[skip ci]
@cypress/vue-v2.1.0
2021-03-15 15:28:04 -04:00
semantic-release-bot
066bc11758
chore: release @cypress/vite-dev-server-v1.1.0
...
[skip ci]
@cypress/vite-dev-server-v1.1.0
2021-03-15 15:27:50 -04:00
semantic-release-bot
a1a6c50ac2
chore: release @cypress/rollup-dev-server-v1.0.0
...
[skip ci]
@cypress/rollup-dev-server-v1.0.0
2021-03-15 15:27:31 -04:00