Skip to content

Conversation

@chihiro-adachi
Copy link
Contributor

@chihiro-adachi chihiro-adachi commented Oct 9, 2025

Why

インストールに関するE2Eを作成

  • dockerで起動
  • ツール一覧の取得
  • kintone-get-appのツール実行

What

  • ワークフロー作成
  • インストールのテストコード作成

How to test

ローカルでの動作確認手順

// dockerビルド
$ docker build --platform linux/amd64 -t kintone-mcp-server:e2e -f docker/Dockerfile .

// 環境変数設定
$ echo "
[tools]
KINTONE_USERNAME="user"
KINTONE_PASSWORD="pass"
KINTONE_BASE_URL="https://xxx.cybozu.com"
APP_ID=1 # 任意のAPPID
" > mise.local.toml

// テスト実行
$ pnpm test:e2e

Checklist

  • Updated documentation if it is required.
  • Added tests if it is required.
  • Passed pnpm lint and pnpm test on the root directory.

@chihiro-adachi chihiro-adachi marked this pull request as ready for review October 9, 2025 04:10
@chihiro-adachi chihiro-adachi requested a review from a team as a code owner October 9, 2025 04:10
@chihiro-adachi chihiro-adachi requested review from shabaraba and tasshi-me and removed request for a team October 9, 2025 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants