강의

멘토링

커뮤니티

BEST
Programming

/

Front-end

Front-end testing for practical use - Part 2. Testing in depth: Visual regression and E2E testing

In this course, you will learn about the general types of front-end testing and how to write reliable tests by selecting the appropriate test for the situation.

(4.9) 25 reviews

661 learners

Level Basic

Course period Unlimited

  • hanjungv
Software Test
Software Test
JavaScript
JavaScript
e2e
e2e
vitest
vitest
chromatic
chromatic
Software Test
Software Test
JavaScript
JavaScript
e2e
e2e
vitest
vitest
chromatic
chromatic

Update the branch applying msw 2.0

Hello! I would like to share with you an update on MSW, which we are introducing in our lecture.

It's been about 3 months since MSW 2.0 was released. I was a little taken aback when it was released while I was finishing up filming the lecture ( 😇 ), but I was planning to update the code and share it with you once it became somewhat stable.

As the level of abstraction changes, the API specification has changed significantly, and support for ReadableStream, ESM compatibility, etc. have been added. At first glance, it may seem like a big change, but the changes are not as big as you might think, and when I personally used it, it was much clearer and better!

I think it would be good to study together by referencing the content since I have updated the branches separately so that students taking the class will not be confused.

Well, the weather has gotten colder, so be careful not to catch a cold and have a good day!


Please understand that we have applied the canary version because the support for msw-storybook-addon is not yet fully implemented. We recommend that you update to the corresponding version once the PR is finalized and the official distribution is made.

Comment