Skip to content

palettecloud/e2e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaletteCloud E2E Tests

PaletteCloudのE2Eテストが含まれています。Playwrightを使用して、アプリケーションの主要なユーザーフローを検証します。

セットアップ

まず、必要な依存関係をインストールします。

npm install

テストの実行

すべてのテストを実行するには、以下のコマンドを使用します。

npx playwright test

特定のテストファイルを実行するには、ファイル名を指定します。

npx playwright test tests/palettecloud_login.spec.ts

ヘッドレスモードではなく、ブラウザUIを表示してテストを実行するには、--headed オプションを追加します。

npx playwright test --headed

テストレポート

テスト実行後、HTMLレポートを生成して結果を確認できます。

npx playwright show-report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors