Zachary Williams
0f786ab893
fix: ct testing support for node 17+ ( #21430 )
2022-05-13 11:01:30 -05:00
Mark Noonan
d45c9f8e21
test: remove flaky click from navigation spec ( #21466 )
2022-05-13 11:30:58 -04:00
Muaz Othman
a86514d5f1
fix: Files with special characters aren't handled properly in GitDataSource on Windows ( #21436 )
2022-05-13 09:58:08 -05:00
Alejandro Estrada
dcb4a61b4e
fix: migrate multiples projects when in global mode ( #21458 )
...
* fix: migrate multiples projects when in global mode
* Add test
* Update test
2022-05-13 12:48:12 +10:00
Zachary Williams
3a3aa10630
test: fix flaky cy-in-cy selector validity test ( #21360 )
2022-05-12 18:45:29 -05:00
Zachary Williams
df3ca1524d
chore: remove unused codeGenGlobs ( #21438 )
2022-05-12 17:45:25 -05:00
Alejandro Estrada
07478cb7a6
fix: use correct path for scaffolding spec on CT ( #21411 )
...
* fix: use correct path for scaffolding spec on CT
* Refactor code
* Update with feedback
2022-05-12 15:55:46 -05:00
Alejandro Estrada
123a930831
fix: remove breaking options from testing type on migration ( #21437 )
...
* Add failing test
* fix test
* Refactor code
* Update test
2022-05-12 14:30:03 -05:00
Mark Noonan
fec27a0be9
fix: test-recording instructions in Component Test mode ( #21422 )
2022-05-12 14:49:44 -04:00
Mark Noonan
a218f96223
feat: distinguish app vs launchpad utm_source when using utm params ( #21424 )
2022-05-12 13:11:00 -04:00
Zachary Williams
841d28802c
chore: update stubbed cloud types ( #21451 )
2022-05-12 11:49:24 -05:00
Bill Glesias
b199865819
Merge pull request #21416 from cypress-io/merge-develop-into-10.0
...
chore: merge develop into 10.0
2022-05-12 12:06:15 -04:00
Bill Glesias
de8dee7c0d
Merge branch '10.0-release' into merge-develop-into-10.0
2022-05-12 10:12:45 -04:00
Tim Griesser
383bdb1d3d
fix: UNIFY-1625 Runs tab not updating in real time ( #21370 )
...
* feat: improved CloudDataSource caching & tests
* feat: pushFragment subscription, for updating the client with remote data (#21408 )
* refactor: add pushFragment utility for pushing remote data into the client
* fix: UNIFY-1625 Runs tab not updating in real time (#21412 )
* allow returning a Response object in the remoteGraphQLIntercept, handle 401
2022-05-12 09:06:12 -04:00
Lachlan Miller
e21ef41d62
Merge branch 'merge-develop-into-10.0' of github.com:cypress-io/cypress into merge-develop-into-10.0
2022-05-12 11:24:46 +10:00
Lachlan Miller
796ac005ed
chore: change to yarn registry
2022-05-12 11:23:52 +10:00
Bill Glesias
46e84d870f
Merge branch '10.0-release' into merge-develop-into-10.0
2022-05-11 19:43:34 -04:00
Muaz Othman
9ab12ecfb1
Merge pull request #21139 from cypress-io/muaz/CLOUD-576-spec-list-move-git-status
2022-05-11 12:38:26 -05:00
Emily Rohrbough
f1d8fd304b
Merge branch 'develop' into merge-develop-into-10.0
...
# Conflicts:
# packages/driver/src/cy/commands/sessions/index.ts
# packages/runner/cypress/integration/sessions.ui.spec.js
2022-05-11 09:24:43 -05:00
Emily Rohrbough
599e0c859a
fix(sessions): refactor flows, fix grouping bugs and align validation fail text ( #21379 )
...
* chore(sessions): break out sessions manager code
* manager manages registered sessions
* some unit tests
* add more tests and some slight clean up
* .
* fix run mode issue.
* bind correctly for spies
* remove types. not sure on the return values.
* fix tests
* check in dump
* add some command tests
* more driver tests and fix session config error
* Fix parsing error argument
* test for failed validation error messges
* wait for diff pr
* update ui tests
* add more ui tests
* align with 10.0 test setup
* clean up
* will add later
* fix
* fix tests
* baseline for session flow tests
* test for logs...lots here....
* update log attrs to be able to collect session logs for tests
* refactor flows, fix grouping bugs and align validation fail text
* update UI test these changes fixed.
* fix test failures observed in run mode
* reduce flake in log updates
2022-05-11 08:11:24 -05:00
Muaz Othman
490fb74e29
Merge branch '10.0-release' into muaz/CLOUD-576-spec-list-move-git-status
2022-05-10 17:44:11 -05:00
Emily Rohrbough
d4dfd2fe26
chore(sessions): more driver tests ( #21378 )
2022-05-10 17:35:14 -05:00
Muaz Othman
3aad7c8b08
Addressed PR comments #21139
2022-05-10 17:33:31 -05:00
Bill Glesias
d113c15dca
Merge branch '10.0-release' into merge-develop-into-10.0
2022-05-10 13:16:53 -04:00
Bill Glesias
346bf458b0
Merge branch 'develop' into merge-develop-into-10.0
2022-05-10 12:46:29 -04:00
Tim Griesser
eff3fa261f
fix: remove local warning for the fs.existsSync method ( #21426 )
2022-05-10 11:42:30 -04:00
Ryan Manuel
35ab63307c
chore: fix flaky windows tests ( #21354 )
2022-05-10 10:10:09 -05:00
Muaz Othman
5743f841e4
Fixed tests and addressed PR comments #21139
2022-05-10 09:51:33 -05:00
David Munechika
3fd9440520
test(unify): App - Specs List - Filter Typing Tests ( #21315 )
...
* add tests
* stash
* fix escape test
* implement focus on clear search
* update tests
* fix types
* use forwardRef pattern to focus input
* null check for optional ref
* fix tests
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com >
2022-05-10 15:22:16 +10:00
Alejandro Estrada
04e5d70d48
fix: do not launch browser if testing type is not configured while switching testing type ( #21371 )
...
* fix: do not launch browser if testing type is not configured while switching testing type
* Update test
* Fix test
2022-05-10 11:07:18 +10:00
Bill Glesias
b66df646a0
chore: rename domain_fn to origin_fn ( #21413 )
2022-05-09 18:13:39 -04:00
Bill Glesias
6c81ac3786
Merge pull request #21237 from cypress-io/md-10.0-merge
...
chore: develop (including cy.origin) merge into 10.0
2022-05-09 17:40:26 -04:00
Muaz Othman
fac356ccc9
Updated header wording
2022-05-09 16:03:30 -05:00
Muaz Othman
4840ccaae5
Merge branch '10.0-release' into muaz/CLOUD-576-spec-list-move-git-status
2022-05-09 15:14:29 -05:00
Muaz Othman
64fc70f270
Merge branch 'muaz/UNIFY-1668-bug-real-time-git-updates' into muaz/CLOUD-576-spec-list-move-git-status
2022-05-09 15:13:17 -05:00
Bill Glesias
1618a9909b
Merge branch '10.0-release' into md-10.0-merge
2022-05-09 16:06:20 -04:00
Rachel
ca83b86410
fix: finalize viewport dropdown in spec runner header ( #21352 )
2022-05-09 17:03:50 -03:00
Muaz Othman
334ee8b55b
Merge pull request #21358 from cypress-io/muaz/UNIFY-1668-bug-real-time-git-updates
2022-05-09 14:59:03 -05:00
Ryan Manuel
cd8ad4c796
fix: ensure that proxy logs are updated after the xhr has actually completed ( #21373 )
...
Co-authored-by: Emily Rohrbough <emilyrohrbough@users.noreply.github.com >
2022-05-09 15:35:00 -04:00
Bill Glesias
295cd02eb2
Merge branch 'md-10.0-merge' of github.com:cypress-io/cypress into md-10.0-merge
2022-05-09 15:21:17 -04:00
Bill Glesias
bd428a5fbb
increase shouldWithTimeout to 3 seconds until #21375 is addressed
2022-05-09 15:20:32 -04:00
Bill Glesias
0fd58d6d8d
Merge branch '10.0-release' into md-10.0-merge
2022-05-09 14:51:37 -04:00
Ryan Manuel
5350a5353c
chore: release 9.6.1 ( #21404 )
v9.6.1
2022-05-09 13:01:12 -05:00
Muaz Othman
cbca8f2b95
Merge branch '10.0-release' into muaz/UNIFY-1668-bug-real-time-git-updates
2022-05-09 12:26:55 -05:00
Alejandro Estrada
6534af291a
fix: CT app icon to have correct sizes ( #21356 )
...
* fix: CT app icon to have correct sizes
* Fix TS
Co-authored-by: Mark Noonan <mark@cypress.io >
2022-05-09 12:10:15 -05:00
Muaz Othman
c3311ae6d4
Replaced using classes in tests to data attr
2022-05-09 12:02:55 -05:00
Bill Glesias
2595c444b5
Merge branch '10.0-release' into md-10.0-merge
2022-05-09 12:44:06 -04:00
Alejandro Estrada
ba4b4f295a
fix: add custom specPattern if user opt out renaming spec ext ( #21344 )
...
* fix: add custom specPattern if user opt out renaming spec ext
* Update test, remove comment
* Fix tests
* Update returned config after migrating folder
* Update with feedback
2022-05-09 11:40:46 -05:00
Mark Noonan
a3b7c29938
fix: remove redundant expression from containerWidth computed value ( #21393 )
...
* avoid depending on open/closed state
* trigger ci
2022-05-09 11:47:17 -04:00
Ryan Manuel
37df3cab64
Merge pull request #21395 from cypress-io/ryanm/chore/merge-master
2022-05-09 09:49:05 -05:00