Technical requirements
You will find all the code of this chapter on the GitHub repository (https://github.com/PacktPublishing/UI-Testing-with-Puppeteer) under the Chapter5
directory. Remember to run npm install
on that directory and then go to the Chapter5/vuejs-firebase-shopping-cart
directory and run npm install
again.
If you want to implement the code while following this chapter, you can start from the code you left in the Chapter4
directory.