https://sohosai.github.io/dashi-client/
https://sohosai.github.io/dashi-client/html/
Warning
main branchでのtestが失敗している場合、coverageのページは消えます。
https://sohosai.github.io/dashi-client/coverage/
シークレットな情報のため、詳細はvaultwardenを参照
以下のコマンドを実行して、依存libraryをinstall
Warning
package managerにnpm
を使用してください。
npm i --legacy-peer-deps
Warning
NixOSユーザは失敗しますが、特に問題はないので無視してください。
npx playwright install chromium --with-deps
以下のコマンドを実行して、ローカルサーバの起動
npm run dev
npm run storybook
npm run storybook:build
npm run report
npm run test
以下のコマンド群を利用することはないと思われる。 参考として記載しておく。
テストのcoverage状況を確認できる。
npm run coverage
coverage
ディレクトリに出力される。
npm run coverage:static
テスト結果をWeb UIで確認できる。
npm run ui
html
ディレクトリに出力される。
npm run ui:static
html
ディレクトリの出力結果を3000ポートで起動する。
npm tun ui:preview
docker-compose -f prod.compose.yaml up -d