Rob's Presentations on spa, page 3
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
9/29/2022
at iJS: International JavaScript Conference
in New York, NY
Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
9/29/2022
at iJS: International JavaScript Conference
in New York, NY
Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
7/28/2022
at Full Stack eXchange
in London, England (virtual)
Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
7/28/2022
at Full Stack eXchange
in London, England (virtual)
Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
5/26/2022
at Vue.js Global Summit '22
Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
5/26/2022
at Vue.js Global Summit '22
Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
Mocking in Front-end and Back-end TypeScript Tests
javascript spa testing
4/27/2022
at NDC Porto
in Porto, Portugal
When the goal is unit testing, it’s common to swap out dependencies with fake pieces to give more control and to make tests run faster....
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
4/5/2022
at DevIntersection
in Las Vegas, NV
Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
Scaling the Testing Pyramid in TypeScript
spa javascript testing spa
4/5/2022
at DevIntersection
in Las Vegas, NV
Unit tests? Integration tests? Mocks? Stubs? Fakes? How does this apply to the web? Let’s look at all the ways you can test a web app and demo all the tools you’d use....
Vue.js and TypeScript: Working Together like Peanut Butter and Jelly
javascript spa vue.js
2/23/2022
at ConFoo
in Montreal, Québec, Canada (virtual)
Have you struggled to get TypeScript and Vue to play well together? Me too. Vue is a fantastic SPA framework, and TypeScript is a great way for catching errors faster....