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.
661 learners
Level Basic
Course period Unlimited

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.
Branch: https://github.com/practical-fe-testing/test-example-shopping-mall/tree/msw-2.0
Introducing msw 2.0: https://mswjs.io/blog/introducing-msw-2.0
1.x -> 2.x Migration Guide: https://mswjs.io/docs/migrations/1.x-to-2.x
msw-storybook-addon PR: mswjs/msw-storybook-addon#122




