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

Experiment/add cypress for e2e tests #8282

Merged
merged 35 commits into from
May 18, 2021
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2419d3f
chore(react): add cypress and initial accordion test
joshblack Feb 26, 2021
443c020
Merge branch 'master' of github.com:carbon-design-system/carbon into …
joshblack Feb 26, 2021
978d2bd
wip: check in work
tay1orjones Apr 1, 2021
c15166e
wip: check in work
tay1orjones Apr 1, 2021
b021aa0
chore: check in work
tay1orjones Apr 22, 2021
018074c
chore(project): run cypress in ci
tay1orjones Apr 23, 2021
37765bf
testing(accordion): enable percy snapshots, configure cypress eslint …
tay1orjones Apr 23, 2021
ceb4b6e
chore(eslint): revert readme changes
tay1orjones Apr 23, 2021
3c2f564
chore(cli): move '@percy/cli' dep from react to cli package
tay1orjones Apr 23, 2021
0222256
chore(yarn): include cache from '@percy/cli' install
tay1orjones Apr 23, 2021
e436cc3
Merge branch 'main' of github.com:carbon-design-system/carbon into ex…
tay1orjones Apr 23, 2021
efb7b0c
Merge branch 'main' into experiment/add-cypress-for-e2e-tests
tay1orjones Apr 23, 2021
0e32658
chore(project): update yarn cache checksums
tay1orjones Apr 23, 2021
c8cc628
chore: clear cache
tay1orjones Apr 23, 2021
5307b80
chore: add cache
tay1orjones Apr 23, 2021
691b7d5
chore: fix yarn cache
tay1orjones Apr 23, 2021
6a93184
chore: i think i finally fixed the cache
tay1orjones Apr 23, 2021
ee90ef2
fix(cli): modify command for percy e2e
tay1orjones Apr 26, 2021
c610735
fix(project): update to cypress v7, retool configuration
tay1orjones Apr 27, 2021
0e63819
chore(project): move percy cli dep to root
tay1orjones Apr 28, 2021
960bfb2
Merge branch 'main' into experiment/add-cypress-for-e2e-tests
tay1orjones Apr 28, 2021
a179e6b
chore(project): turn off cypress videos and snapshots in CI
tay1orjones Apr 28, 2021
b9040e8
Merge branch 'experiment/add-cypress-for-e2e-tests' of github.com:car…
tay1orjones Apr 28, 2021
93e75bf
Merge branch 'main' of github.com:carbon-design-system/carbon into ex…
tay1orjones Apr 29, 2021
3d44462
chore(cypress): update command syntax
tay1orjones May 3, 2021
2b5a792
chore(cypress): update command syntax
tay1orjones May 3, 2021
3517357
Merge branch 'main' of github.com:carbon-design-system/carbon into ex…
tay1orjones May 4, 2021
f61baa3
fix(ci): correct command for jest e2e tests
tay1orjones May 5, 2021
5cc52ce
Merge branch 'main' into experiment/add-cypress-for-e2e-tests
tay1orjones May 5, 2021
26eb55f
Merge branch 'main' into experiment/add-cypress-for-e2e-tests
tay1orjones May 11, 2021
5b37942
Merge branch 'main' of github.com:carbon-design-system/carbon into ex…
tay1orjones May 13, 2021
2005c89
Merge branch 'main' of github.com:carbon-design-system/carbon into ex…
tay1orjones May 14, 2021
6f88b6d
Merge branch 'main' into experiment/add-cypress-for-e2e-tests
tay1orjones May 14, 2021
47a2b48
chore: run yarn dedupe
tay1orjones May 14, 2021
18b87f2
Merge branch 'experiment/add-cypress-for-e2e-tests' of github.com:car…
tay1orjones May 14, 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 'main' of github.com:carbon-design-system/carbon into ex…
…periment/add-cypress-for-e2e-tests
tay1orjones committed May 13, 2021
commit 5b37942f846d95e4ec22ef4f7f6617eb4d6705bc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
11 changes: 6 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -83,11 +83,12 @@
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"@storybook/addon-storysource": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"@storybook/source-loader": "^5.3.19",
"@storybook/theming": "^6.1.18",
"@storybook/addon-actions": "^5.3.21",
"@storybook/addon-storysource": "^5.3.21",
"@storybook/addons": "^5.3.21",
"@storybook/react": "^5.3.21",
"@storybook/source-loader": "^5.3.21",
"@storybook/theming": "^6.2.9",
"@testing-library/cypress": "^7.0.6",
"babel-loader": "^8.2.2",
"babel-plugin-dev-expression": "^0.2.2",
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.