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
55
Rust | axum でモック用の API サーバーを起動できる CLI ツール作ってみた
codemountains
0
51
Rust.Nagoya #1
codemountains
0
430
Momento Deep Dive - 真のサーバーレスとは?
codemountains
0
690
Rust 製エディタ Zed を布教したい
codemountains
0
760
kintone Night Nagoya vol.12 - kintone x Collaboflow で評価日報
codemountains
0
49
LINE WORKS と 生成 AI ~Claude 3 と LangChain~
codemountains
0
880
Amazon S3 Express One Zone & AWS re:Invent 2023 現地体験談
codemountains
0
1.4k
Shuttle で Rust アプリケーションを爆速デプロイ
codemountains
1
270
Other Decks in Programming
See All in Programming
NixOS + Kubernetesで構築する自宅サーバーのすべて
ichi_h3
0
1.2k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
560
社会人になっても趣味開発を続けたい! / traPavilion
mazrean
1
110
モテるデスク環境
mozumasu
3
1.4k
EMこそClaude Codeでコード調査しよう
shibayu36
0
470
pnpm に provenance のダウングレード を検出する PR を出してみた
ryo_manba
1
160
テーブル定義書の構造化抽出して、生成AIでDWH分析を試してみた / devio2025tokyo
kasacchiful
0
320
20251016_Rails News ~Rails 8.1の足音を聴く~
morimorihoge
3
860
CSC305 Lecture 08
javiergs
PRO
0
280
What's new in Spring Modulith?
olivergierke
1
180
Introduce Hono CLI
yusukebe
6
3.2k
Devoxx BE - Local Development in the AI Era
kdubois
0
150
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Producing Creativity
orderedlist
PRO
348
40k
Building Adaptive Systems
keathley
44
2.8k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Mobile First: as difficult as doing things right
swwweet
225
10k
Speed Design
sergeychernyshev
32
1.2k
Documentation Writing (for coders)
carmenintech
75
5.1k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Thoughts on Productivity
jonyablonski
71
4.9k
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 なので、もっと応用ができそう まとめ
ありがとうございました ありがとうございました