Product information
€52.19
Stock: In Stock Online
Our USPs
- Free DeliveryOrder by 6pm 18th December for Christmas delivery to ROI
- Dubray RewardsEarn 209 Reward Points on this title
Testing Vue.Js Applications
Product information
Author:
Type: Paperback
ISBN: 9781617295249
Date: 29th March, 2019
Publisher: Manning Publications
Categories
- Web Programming
Description
Summary
Testing Vue.js Applications is a comprehensive guide to testing Vue components, methods, events, and output. Author Edd Yerburgh, creator of the Vue testing utility, explains the best testing practices in Vue along with an evergreen methodology that applies to any web dev process.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Web developers who use the Vue framework love its reliability, speed, small footprint, and versatility. Vue's component-based approach and use of DOM methods require you to adapt your app-testing practices. Learning Vue-specific testing tools and strategies will ensure your apps run like they should.
About the Book
With Testing Vue.js Applications, you'll discover effective testing methods for Vue applications. You'll enjoy author Edd Yerburgh's engaging style and fun real-world examples as you learn to use the Jest framework to run tests for a Hacker News application built with Vue, Vuex, and Vue Router. This comprehensive guide teaches the best testing practices in Vue along with an evergreen methodology that applies to any web dev process.
What's inside
Unit tests, snapshot tests, and end-to-end testsWriting unit tests for Vue componentsWriting tests for Vue mixins, Vuex, and Vue RouterAdvanced testing techniques, like mocking
About the Reader
Written for Vue developers at any level.
About the Author
Edd Yerburgh is a JavaScript developer and Vue core team member. He's the main author of the Vue Test Utils library and is passionate about open source tooling for testing component-based applications.
Table of Contents
Introduction to testing Vue applicationsCreating your first testTesting rendered component outputTesting component methodsTesting eventsUnderstanding VuexTesting VuexOrganizing tests with factory functionsUnderstanding Vue RouterTesting Vue RouterTesting mixins and filtersWriting snapshot testsTesting server-side renderingWriting end-to-end testsAPPENDIXESA - Setting up your environmentB - Running the production buildC - Exercise answers