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

Attach Cypress with CI #29

Merged
merged 8 commits into from
Apr 7, 2022
Merged

Attach Cypress with CI #29

merged 8 commits into from
Apr 7, 2022

Conversation

hyesungoh
Copy link
Owner

attaching cypress for E2E test

and apply Cypress CI

@hyesungoh hyesungoh added the test: unit Apply new unit test or request test code label Apr 7, 2022
@vercel
Copy link

vercel bot commented Apr 7, 2022

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployments, click below or on the icon next to each commit.

comet-land-blog – ./apps/blog

🔍 Inspect: https://vercel.com/hyesungoh/comet-land-blog/sYNxTR3ac86o6B5wFGZPLLv1adKb
✅ Preview: https://comet-land-blog-git-28-hyesungoh.vercel.app

comet-land-resume – ./apps/resume

🔍 Inspect: https://vercel.com/hyesungoh/comet-land-resume/HkDuMf2nMGrUCeH7o9AgDEA2H7pB
✅ Preview: https://comet-land-resume-git-28-hyesungoh.vercel.app

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Apr 7, 2022

This pull request introduces 1 alert when merging 1bafbed into 2a373dd - view on LGTM.com

new alerts:

  • 1 for Overwritten property

@lgtm-com
Copy link
Contributor

lgtm-com bot commented Apr 7, 2022

This pull request introduces 1 alert when merging ec1bf2a into 2a373dd - view on LGTM.com

new alerts:

  • 1 for Overwritten property

@hyesungoh hyesungoh linked an issue Apr 7, 2022 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Apr 7, 2022

Codecov Report

Merging #29 (b322732) into main (25de8af) will not change coverage.
The diff coverage is 35.16%.

@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage   33.25%   33.25%           
=======================================
  Files         101      101           
  Lines        2875     2875           
  Branches      480      480           
=======================================
  Hits          956      956           
  Misses       1919     1919           
Impacted Files Coverage Δ
...log/src/components/AuthorSection/AuthorSection.tsx 0.00% <0.00%> (ø)
apps/blog/src/components/Comments/Comments.tsx 0.00% <0.00%> (ø)
apps/blog/src/components/Header/MainHeader.tsx 0.00% <0.00%> (ø)
apps/blog/src/components/Header/PostHeader.tsx 0.00% <0.00%> (ø)
apps/blog/src/components/PostCard/PostCard.tsx 0.00% <0.00%> (ø)
apps/blog/src/components/SEO/SEO.tsx 0.00% <0.00%> (ø)
apps/blog/src/components/TOC/TOC.tsx 0.00% <0.00%> (ø)
apps/blog/src/constants/KbarActions/categories.ts 0.00% <0.00%> (ø)
apps/blog/src/constants/KbarActions/index.ts 0.00% <0.00%> (ø)
apps/blog/src/constants/KbarActions/posts.ts 0.00% <0.00%> (ø)
... and 87 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2a373dd...b322732. Read the comment docs.

@cypress
Copy link

cypress bot commented Apr 7, 2022



Test summary

1 0 0 0


Run details

Project blog
Status Passed
Commit fe63260 ℹ️
Started Apr 7, 2022 6:30 PM
Ended Apr 7, 2022 6:30 PM
Duration 00:16 💡
OS Linux Ubuntu - 20.04
Browser Electron 94

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@cypress
Copy link

cypress bot commented Apr 7, 2022



Test summary

1 0 0 0


Run details

Project resume
Status Passed
Commit fe63260 ℹ️
Started Apr 7, 2022 6:31 PM
Ended Apr 7, 2022 6:31 PM
Duration 00:13 💡
OS Linux Ubuntu - 20.04
Browser Electron 94

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

@hyesungoh hyesungoh merged commit 154e25e into main Apr 7, 2022
@hyesungoh hyesungoh deleted the #28 branch April 12, 2022 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test: unit Apply new unit test or request test code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Attach cypress for e2e test
2 participants