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 CLI で Integration Test
Search
codemountains
November 14, 2023
Programming
2
1k
Postman CLI で Integration Test
Postman CLI を使用して、Rust アプリケーションを Integration Test をしてみました。
codemountains
November 14, 2023
Tweet
Share
More Decks by codemountains
See All by codemountains
API ファーストな CMS の世界
codemountains
0
52
Rust | axum でモック用の API サーバーを起動できる CLI ツール作ってみた
codemountains
0
50
Rust.Nagoya #1
codemountains
0
430
Momento Deep Dive - 真のサーバーレスとは?
codemountains
0
650
Rust 製エディタ Zed を布教したい
codemountains
0
700
kintone Night Nagoya vol.12 - kintone x Collaboflow で評価日報
codemountains
0
49
LINE WORKS と 生成 AI ~Claude 3 と LangChain~
codemountains
0
850
Amazon S3 Express One Zone & AWS re:Invent 2023 現地体験談
codemountains
0
1.4k
Shuttle で Rust アプリケーションを爆速デプロイ
codemountains
0
270
Other Decks in Programming
See All in Programming
MCPで実現するAIエージェント駆動のNext.jsアプリデバッグ手法
nyatinte
7
1k
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
390
Langfuseと歩む生成AI活用推進
licux
3
320
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
100
print("Hello, World")
eddie
1
460
AIコーディングAgentとの向き合い方
eycjur
0
250
testingを眺める
matumoto
1
130
AIを活用し、今後に備えるための技術知識 / Basic Knowledge to Utilize AI
kishida
20
4.7k
AIレビュアーをスケールさせるには / Scaling AI Reviewers
technuma
2
240
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
200
機能追加とリーダー業務の類似性
rinchoku
2
850
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
200
Featured
See All Featured
The Language of Interfaces
destraynor
160
25k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
GitHub's CSS Performance
jonrohan
1032
460k
Fireside Chat
paigeccino
39
3.6k
Producing Creativity
orderedlist
PRO
347
40k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Transcript
Kazuno Fukuda Kazuno Fukuda Postman Nagoya Meetup 2023.11 2023.11.14 Tue.
アジェンダ 1. 2. 3. 4.
自己紹介 Kazuno Fukuda Kazuno Fukuda
さいしょに
Postman CLI を使ってみた curl -o- "https://dl-cli.pstmn.io/install/osx_arm64.sh" | sh postman login
--with-api-key {{postman-api-key-here}} postman collection run {{postman-collection-id-here}} Mac (Apple silicon) installation 簡単にインストールしてテストができる!
Postman CLI を使ってみた コマンドはここで確認できる コピーするだけ!
Github Actions に組み込む yaml の書き方を教えてくれる 実行までの steps が分かる
Github Actions に組み込む 1. 2. 3. 4. 5. 6.
- name: Cargo run run: cargo run & sleep 180
sleep で 180 秒後に次のステップに進めるようにした (もっと良い方法がありそう...) Github Actions に組み込む 苦戦したところと(強引な)解決策 一応、npm run start:dev & sleep 60 みたいな例があった
Github Actions に組み込む Github で実行結果を確認する
導入が簡単 yaml の書き方を教えてくれる CLI なので、もっと応用ができそう まとめ
ありがとうございました ありがとうございました