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
1.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
59
Rust | axum でモック用の API サーバーを起動できる CLI ツール作ってみた
codemountains
0
58
Rust.Nagoya #1
codemountains
0
440
Momento Deep Dive - 真のサーバーレスとは?
codemountains
0
760
Rust 製エディタ Zed を布教したい
codemountains
0
840
kintone Night Nagoya vol.12 - kintone x Collaboflow で評価日報
codemountains
0
53
LINE WORKS と 生成 AI ~Claude 3 と LangChain~
codemountains
0
950
Amazon S3 Express One Zone & AWS re:Invent 2023 現地体験談
codemountains
0
1.5k
Shuttle で Rust アプリケーションを爆速デプロイ
codemountains
1
280
Other Decks in Programming
See All in Programming
AIに仕事を丸投げしたら、本当に楽になれるのか
dip_tech
PRO
0
170
PJのドキュメントを全部Git管理にしたら、一番喜んだのはAIだった
nanaism
0
220
AIによる高速開発をどう制御するか? ガードレール設置で開発速度と品質を両立させたチームの事例
tonkotsuboy_com
7
2.6k
nilとは何か 〜interfaceの構造とnil!=nilから理解する〜 / Understanding nil in Go Interface Representation and Why nil != nil
kuro_kurorrr
3
1.4k
atmaCup #23でAIコーディングを活用した話
ml_bear
4
710
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
3
340
CopilotKit + AG-UIを学ぶ
nearme_tech
PRO
1
110
AHC061解説
shun_pi
0
250
文字コードの話
qnighy
43
16k
AI時代でも変わらない技術コミュニティの力~10年続く“ゆるい”つながりが生み出す価値
n_takehata
2
510
AIプロダクト時代のQAエンジニアに求められること
imtnd
1
500
Go1.26 go fixをプロダクトに適用して困ったこと
kurakura0916
0
310
Featured
See All Featured
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
310
Navigating Team Friction
lara
192
16k
Producing Creativity
orderedlist
PRO
348
40k
Believing is Seeing
oripsolob
1
68
The agentic SEO stack - context over prompts
schlessera
0
670
New Earth Scene 8
popppiees
1
1.6k
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.1k
WENDY [Excerpt]
tessaabrams
9
36k
Max Prin - Stacking Signals: How International SEO Comes Together (And Falls Apart)
techseoconnect
PRO
0
100
Balancing Empowerment & Direction
lara
5
920
Crafting Experiences
bethany
1
72
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
82
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 なので、もっと応用ができそう まとめ
ありがとうございました ありがとうございました