Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Use plugins on config files #18798

Merged
merged 48 commits into from
Nov 16, 2021
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
10e26ea
Use plugins on config files
estrada9166 Nov 5, 2021
7b08a1c
Merge branch 'unified-desktop-gui' into alejandro/feat/plugins-on-config
estrada9166 Nov 5, 2021
b15c5e2
Use ctx.config.getConfigOnChildProcess
estrada9166 Nov 5, 2021
2da4602
Merge branch 'unified-desktop-gui' into alejandro/feat/plugins-on-config
estrada9166 Nov 5, 2021
27ed97f
WIP
tgriesser Nov 5, 2021
4ade090
Merge branch 'unified-desktop-gui' of github.com:cypress-io/cypress i…
estrada9166 Nov 9, 2021
edfabfb
Update getOrCreateBaseConfig
estrada9166 Nov 9, 2021
72b8085
Merge branch 'unified-desktop-gui' into alejandro/feat/plugins-on-config
estrada9166 Nov 9, 2021
8035b88
Set current project when opened
estrada9166 Nov 9, 2021
54ba30e
Start updating tests
estrada9166 Nov 9, 2021
7b49205
Merge branch 'unified-desktop-gui' into alejandro/feat/plugins-on-config
estrada9166 Nov 9, 2021
5b6f1e6
Merge branch 'alejandro/feat/plugins-on-config' of github.com:cypress…
estrada9166 Nov 9, 2021
dcd0783
Merge branch 'unified-desktop-gui' of github.com:cypress-io/cypress i…
estrada9166 Nov 10, 2021
5dd752a
Update more plugins files
estrada9166 Nov 10, 2021
cfc3682
Merge branch 'unified-desktop-gui' into alejandro/feat/plugins-on-config
estrada9166 Nov 10, 2021
008d82b
Fix some tests
estrada9166 Nov 10, 2021
acde270
Fix vite.config path
estrada9166 Nov 10, 2021
6315bc6
Fix more tests
estrada9166 Nov 10, 2021
97057bb
Fix more tests
estrada9166 Nov 10, 2021
a880906
Fix more tests
estrada9166 Nov 10, 2021
4b3d061
Merge branch 'unified-desktop-gui' of github.com:cypress-io/cypress i…
estrada9166 Nov 12, 2021
6b420cf
Fix tests
estrada9166 Nov 12, 2021
771f334
Merge branch 'unified-desktop-gui' into alejandro/feat/plugins-on-config
estrada9166 Nov 12, 2021
7775495
Update regex to account for multi-line node path
tgriesser Nov 12, 2021
09e0bfd
Fix some tests
estrada9166 Nov 13, 2021
c7b3dbc
Fix some tests
estrada9166 Nov 13, 2021
08f4117
Fix test-full-typescript-project
estrada9166 Nov 13, 2021
7f4478f
Update tests
estrada9166 Nov 14, 2021
ed7e329
Update tests
estrada9166 Nov 14, 2021
e5282a9
Fix more tests
estrada9166 Nov 14, 2021
d8e6dc6
Fix existsSync warning & finalizing percy builds
tgriesser Nov 14, 2021
1ae3384
Fix more tests
estrada9166 Nov 14, 2021
0cf7bea
Update tests
estrada9166 Nov 14, 2021
e6ed5da
Merge branch 'unified-desktop-gui' into alejandro/feat/plugins-on-config
estrada9166 Nov 15, 2021
a61cd3e
Fix some tests
estrada9166 Nov 15, 2021
d0b9622
Merge branch 'alejandro/feat/plugins-on-config' of github.com:cypress…
estrada9166 Nov 15, 2021
86f1cad
Revert setting_spec
tgriesser Nov 15, 2021
9376165
WIP: pairing w/ alejandro
tgriesser Nov 15, 2021
69b7ff0
Add clearLegacyDataContext afterEach
tgriesser Nov 15, 2021
bf8ec54
Clear out the child process
tgriesser Nov 15, 2021
d5b902d
fix flaky tests?
tgriesser Nov 15, 2021
db19765
cleanup test data context clearing
tgriesser Nov 15, 2021
f327280
Merge branch 'unified-desktop-gui' of github.com:cypress-io/cypress i…
estrada9166 Nov 15, 2021
6bf3e4a
Don't use setActiveProject
tgriesser Nov 16, 2021
40e55a5
Kill the data context afterEach
tgriesser Nov 16, 2021
ba50420
Kill child process before setCurrentProjectProperties in ProjectBase
estrada9166 Nov 16, 2021
5b258ae
Fix some tests
estrada9166 Nov 16, 2021
2ec6a88
Fix some tests
estrada9166 Nov 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'unified-desktop-gui' of github.com:cypress-io/cypress i…
…nto alejandro/feat/plugins-on-config
estrada9166 committed Nov 9, 2021
commit 4ade090bb3a326397c9d7efc3bb41a31752af1bf
4 changes: 4 additions & 0 deletions packages/data-context/src/DataContext.ts
Original file line number Diff line number Diff line change
@@ -19,6 +19,10 @@ import {
StorybookDataSource,
CloudDataSource,
ProjectConfigDataSource,
EnvDataSource,
GraphQLDataSource,
HtmlDataSource,
UtilDataSource,
} from './sources/'
import { cached } from './util/cached'
import type { GraphQLSchema } from 'graphql'
You are viewing a condensed version of this merge commit. You can view the full changes here.