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
ScanAPI Workshop. DjangoCon EU 2022
Search
Camila Maia
September 23, 2022
Technology
0
790
ScanAPI Workshop. DjangoCon EU 2022
https://pretalx.evolutio.pt/djangocon-europe-2022/talk/AFYRWB/
Camila Maia
September 23, 2022
Tweet
Share
More Decks by Camila Maia
See All by Camila Maia
GitHub Actions - Semana DevOps LINUXTips.pdf
camilamaia
0
48
Minha Jornada em Developer Experience (DX) - DevOpsDays Salvador 2024
camilamaia
0
46
Cumbuca Dev: Ensinando com Open Source - 71º Python Floripa no MeLi
camilamaia
0
78
COMO E PORQUE ENSINAR A PROGRAMAR COM OPEN SOURCE - Python Brasil 2023
camilamaia
0
75
Como testar e manter APIs de qualidade - Codecon Digital 2023
camilamaia
0
1.2k
factory_boy: testing like a pro. DjangoCon US 2022
camilamaia
0
910
factory_boy: testing like a pro. DjangoCon EU 2022
camilamaia
1
900
Como testar e documentar REST APIs com ScanAPI - Agile Testers Conference 2021
camilamaia
0
440
factory_boy: Testando Objetos Complexos Python Brasil 2021
camilamaia
0
550
Other Decks in Technology
See All in Technology
バクラク最古参プロダクトで重ねた技術投資を振り返る
ypresto
0
180
アーキテクチャモダナイゼーションを実現する組織
satohjohn
1
1.1k
Cortex Code CLI と一緒に進めるAgentic Data Engineering
__allllllllez__
0
440
"作る"から"使われる"へ:Backstage 活用の現在地
sbtechnight
0
190
詳解 強化学習 / In-depth Guide to Reinforcement Learning
prinlab
0
300
「通るまでRe-run」から卒業!落ちないテストを書く勘所
asumikam
1
190
エンジニアリングマネージャーの仕事
yuheinakasaka
0
110
夢の無限スパゲッティ製造機 #phperkaigi
o0h
PRO
0
160
「お金で解決」が全てではない!大規模WebアプリのCI高速化 #phperkaigi
stefafafan
3
910
実践 Datadog MCP Server
nulabinc
PRO
2
240
1GB RAMのラズピッピで何ができるのか試してみよう / 20260319-rpijam-1gb-rpi-whats-possible
akkiesoft
0
490
SLI/SLO 導入で 避けるべきこと3選
yagikota
0
110
Featured
See All Featured
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
230
[RailsConf 2023] Rails as a piece of cake
palkan
59
6.4k
How to Think Like a Performance Engineer
csswizardry
28
2.5k
Leveraging LLMs for student feedback in introductory data science courses - posit::conf(2025)
minecr
1
200
Designing Experiences People Love
moore
143
24k
BBQ
matthewcrist
89
10k
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
260
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
86
Agile that works and the tools we love
rasmusluckow
331
21k
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
110k
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
2
560
Game over? The fight for quality and originality in the time of robots
wayneb77
1
140
Transcript
WORKSHOP: Automated Integration Testing and Live Documentation for your Django
APIs DjangoCon EU 2022 - Porto Camila Maia
You can this presentation at: speakerdeck.com/cmaiacd
Who am I?
Backend Developer @
Coding since 2010 👵
Python 🐍 and Ruby 💎
Community ❤
Motivation
Everything started in a week which I as Firefighter 🔥
Integration Errors 💥 Client sending fields different than what’s expected
Frontend receiving fields different than what’s expected
Missing endpoints Missing fields Misinformation Outdated documentation 📜
/book/:seat_id flight_id? airplane_id? passenger_id? Is the airplane available? ???? Hard
to recreate complex scenarios 😤
None
None
What is it?
Open Source Framexwork Command Line Interface (CLI) Written in Python
1. Provide a Live Documentation
2. Tool to implement Integration Tests
Specification Files Report For each request: - Hit the endpoints
- Run the tests
Why should I use ScanAPI? 7 reasons!
1. It works for any REST API, it doesn't matter
how it was built
2. It is extremely useful for testing and documenting both
owned and third-party APIs
3. It is possible to chain requests, which is essential
for testing complex scenarios
4. The documentation is automatically generated, it never gets outdated
5. It is simple
6. It is flexible
7. There is nothing in the market that does what
ScanAPI does!
+1.5k + 1.2k ⭐
scanapi.dev Tutorial github.com/camilamaia/ scanapi-tutorial
GitHub - https://github.com/scanapi Twitter - @ScanAPI_ Discord - discord.scanapi.dev Communication
github.com/scanapi ❤
Let’s use it!
And share it! 🚀
THANK YOU! @cmaiacd camilamaia cmaiacd.com