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
PostmanでAPIの動作確認が楽になった話
Search
Toshimasa Hashiguchi
April 17, 2024
Programming
0
540
PostmanでAPIの動作確認が楽になった話
手動で行っていたAPIの動作確認をPostmanとGitHub Actionsで自動化したら、開発がめちゃくちゃ楽になった話です。
Toshimasa Hashiguchi
April 17, 2024
Tweet
Share
More Decks by Toshimasa Hashiguchi
See All by Toshimasa Hashiguchi
ASP.NET Core の OpenAPIサポート
h455h1
0
140
Other Decks in Programming
See All in Programming
[JAWS-UG横浜 #79] re:Invent 2024 の DB アップデートは Multi-Region!
maroon1st
0
110
Simple組み合わせ村から大都会Railsにやってきた俺は / Coming to Rails from the Simple
moznion
3
3.1k
CNCF Project の作者が考えている OSS の運営
utam0k
3
470
テストコード書いてみませんか?
onopon
2
350
Amazon Nova Reelの可能性
hideg
0
230
shadcn/uiを使ってReactでの開発を加速させよう!
lef237
0
320
令和7年版 あなたが使ってよいフロントエンド機能とは
mugi_uno
12
5.7k
React 19でお手軽にCSS-in-JSを自作する
yukukotani
5
580
DevFest - Serverless 101 with Google Cloud Functions
tunmise
0
140
2024年のkintone API振り返りと2025年 / kintone API look back in 2024
tasshi
0
130
Rubyでつくるパケットキャプチャツール
ydah
0
230
[JAWS-UG横浜 #80] うわっ…今年のServerless アップデート、少なすぎ…?
maroon1st
0
130
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
Testing 201, or: Great Expectations
jmmastey
41
7.2k
A designer walks into a library…
pauljervisheath
205
24k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
3
250
Optimising Largest Contentful Paint
csswizardry
33
3k
Statistics for Hackers
jakevdp
797
220k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
20
2.4k
VelocityConf: Rendering Performance Case Studies
addyosmani
327
24k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
192
16k
Transcript
PostmanでAPIの動作確認が楽になった話 Hassy
Hassy(はっしー) ❏ 株式会社 オルターブース ❏ Webアプリケーションエンジニア ❏ 主な技術領域:C#、.NET、Azure、GitHub ❏ Azure
Solutions Architect Expert ❏ Senior Virtual Reality Specialist X: @h455h1
API動作確認どうしてますか? ❏ Postman ❏ curl ❏ Swagger
今までの動作確認 APIの実装 動作確認 ポチ ポチ ポチ ポチ ポチ ポチ 手動で動作確認
ポチ ポチ ポチ ポチ ポチ ポチ ポチ ポチ
New 動作確認 APIの実装 自動で動作確認
Tests Postbotでテストが 簡単に書ける!
Run collection リクエストまとめて実 行できる!
Postman CLI と CI/CD
GitHub Actions 簡単に組み込める!
Postman Advent Calendar 2023 Postman × GitHub Actions でWebAPIのテスト を自動化しよう!
#@Postman - Qiita
PostmanでAPIの動作確認が楽になった話 Hassy