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
970
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
40
Rust | axum でモック用の API サーバーを起動できる CLI ツール作ってみた
codemountains
0
43
Rust.Nagoya #1
codemountains
0
410
Momento Deep Dive - 真のサーバーレスとは?
codemountains
0
600
Rust 製エディタ Zed を布教したい
codemountains
0
620
kintone Night Nagoya vol.12 - kintone x Collaboflow で評価日報
codemountains
0
46
LINE WORKS と 生成 AI ~Claude 3 と LangChain~
codemountains
0
780
Amazon S3 Express One Zone & AWS re:Invent 2023 現地体験談
codemountains
0
1.3k
Shuttle で Rust アプリケーションを爆速デプロイ
codemountains
0
260
Other Decks in Programming
See All in Programming
コード書くの好きな人向けAIコーディング活用tips #orestudy
77web
3
270
ワイがおすすめする新潟の食 / 20250530phpconf-niigata-eve
kasacchiful
0
290
REST API設計の実践 – ベストプラクティスとその落とし穴
kentaroutakeda
2
360
実はすごいスピードで進化しているCSS
hayato_yokoyama
0
110
Devinで実践する!AIエージェントと協働する開発組織の作り方
masahiro_nishimi
6
2.9k
セキュリティマネジャー廃止とクラウドネイティブ型サンドボックス活用
kazumura
1
160
Go Modules: From Basics to Beyond / Go Modulesの基本とその先へ
kuro_kurorrr
0
100
Development of an App for Intuitive AI Learning - Blockly Summit 2025
teba_eleven
0
110
がんばりすぎないコーディングルール運用術
tsukakei
1
210
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
1
470
ktr0731/go-mcpでMCPサーバー作ってみた
takak2166
0
140
Julia という言語について (FP in Julia « SIDE: F ») for 関数型まつり2025
antimon2
3
850
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
A Tale of Four Properties
chriscoyier
159
23k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
BBQ
matthewcrist
89
9.7k
Designing for humans not robots
tammielis
253
25k
Designing Experiences People Love
moore
142
24k
The Cost Of JavaScript in 2023
addyosmani
50
8.3k
Making Projects Easy
brettharned
116
6.2k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
RailsConf 2023
tenderlove
30
1.1k
A Modern Web Designer's Workflow
chriscoyier
693
190k
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 なので、もっと応用ができそう まとめ
ありがとうございました ありがとうございました