강의

멘토링

커뮤니티

BEST
Programming

/

Front-end

Frontend Testing for Immediate Application - Part 1. Testing Basics: Unit & Integration Tests

Through this lecture, you will learn how to identify the overall types of front-end tests and how to write reliable tests by selecting the appropriate test for the situation.

(4.8) 90 reviews

1,064 learners

Level Basic

Course period Unlimited

  • hanjungv
Software Test
Software Test
JavaScript
JavaScript
React
React
vitest
vitest
Software Test
Software Test
JavaScript
JavaScript
React
React
vitest
vitest

vitest, storybook, cypress version updates

hello!
There have been updates to the versions of vitest, storybook, and cypress over the past few months since the course was released.

Actually, there are no major changes to the setup or writing method, so we did not update it quickly, but we updated it so that it can be helpful for setup.

The only major change is that the dependency on storybook-addon-react-router-v6 has been changed to storybook-addon-remix-react-router , but there are no major changes, so please keep that in mind.

The remaining library dependency changes include:

  • node: 19 -> 20

  • vitest: 0 -> 2

  • storybook: 7 -> 8

  • cypress: 12 -> 13

  • Action version update

Please note that you can check it in the latest branch !

Additionally, when I have time, if there are any updates to RQ or improvements to the project structure, I will upload them to the latest branch and get back to you. Of course, if there are any major changes in test-related dependencies, I will quickly reflect them and upload them!

Well, I hope you have a happy holiday and a good rest. Thank you!

Comment