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/
以下のコマンドを実行して、依存libraryをinstall
Warning
package managerにnpmを使用してください。
npm i --legacy-peer-depsWarning
NixOSユーザは失敗しますが、特に問題はないので無視してください。
npx playwright install chromium --with-deps以下のコマンドを実行して、ローカルサーバの起動
npm run devnpm run storybooknpm run storybook:buildnpm run reportnpm run test以下のコマンド群を利用することはないと思われる。 参考として記載しておく。
テストのcoverage状況を確認できる。
npm run coveragecoverageディレクトリに出力される。
npm run coverage:staticテスト結果をWeb UIで確認できる。
npm run uihtmlディレクトリに出力される。
npm run ui:statichtmlディレクトリの出力結果を3000ポートで起動する。
npm tun ui:previewdocker-compose -f prod.compose.yaml up -d