Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
SnapshotTesting
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Jeffrey Macko
January 17, 2019
Technology
0
32
SnapshotTesting
Pourquoi utiliser cet super techno ?
Jeffrey Macko
January 17, 2019
Tweet
Share
More Decks by Jeffrey Macko
See All by Jeffrey Macko
SnapshotTesting
mackoj
0
40
Nouvelle App iOS
mackoj
0
40
L'Intégration continue de zéro à héro
mackoj
0
110
Swift UI
mackoj
0
35
XcodeGen
mackoj
0
43
Lottie
mackoj
0
34
Intégration Continue a PagesJaunes
mackoj
0
27
Automating your API Client Library
mackoj
0
40
L'Intégration Continue @PagesJaunes
mackoj
0
34
Other Decks in Technology
See All in Technology
型を書かないRuby開発への挑戦
riseshia
0
190
Exadata Fleet Update
oracle4engineer
PRO
0
1.3k
Windows ネットワークを再確認する
murachiakira
PRO
0
290
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
7
7.1k
Introduction to Bill One Development Engineer
sansan33
PRO
0
380
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
2
190
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
370
Shifting from MCP to Skills / ベストプラクティスの変遷を辿る
yamanoku
4
570
Databricksアシスタントが自分で考えて動く時代に! エージェントモード体験もくもく会
taka_aki
0
330
Ultra Ethernet (UEC) v1.0 仕様概説
markunet
3
210
Eight Engineering Unit 紹介資料
sansan33
PRO
1
6.9k
メタデータ同期に潜んでいた問題 〜 Cache Stampede 時の Cycle Wait を⾒つけた話
lycorptech_jp
PRO
0
150
Featured
See All Featured
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
From Legacy to Launchpad: Building Startup-Ready Communities
dugsong
0
170
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
Design of three-dimensional binary manipulators for pick-and-place task avoiding obstacles (IECON2024)
konakalab
0
370
Exploring anti-patterns in Rails
aemeredith
2
280
Darren the Foodie - Storyboard
khoart
PRO
3
2.7k
Noah Learner - AI + Me: how we built a GSC Bulk Export data pipeline
techseoconnect
PRO
0
130
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
68
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
120
Paper Plane
katiecoart
PRO
0
47k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
49
9.9k
Transcript
Snapshot Testing !
Concept Pouvoir capturer a un instant T de n'importe quel
data de l'app afin de la comparer dans le futur
Démo
Avantage → Pull Request → Simple → Snapshot Anything →
Customisable → Se base une technique qui existe depuis longtemps → Utiliser en prod
Inconvéniant → Non natif aka une library de plus →
Il faut que les elements a capturer soit simplement manipulable → Pafois les messages d'erreurs peuvent être cryptic
Feature → Dozens of snapshot strategies. → Write your own
snapshot strategies. → No configuration required. → Subclass-free. → Device-agnostic snapshots. → First-class Xcode support.
Pour en savoir plus → PointFree - A tour of
SnapshotTesting → SnapshotTesting Github
Démo #2
Question ?
End !