-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Azure AD B2C サンプルに Web APIの結合テストを追加する (#1091)
* Azure AD B2C サンプルのReadMeの誤字修正とcspellの除外設定追加 (#1051) * cspellの除外設定を追加。 * 誤字修正。 --------- Co-authored-by: Fumika Koyama <[email protected]> * アプリケーションアーキテクチャ概要編からコンソールアプリの要件別サンプルにリンクを張る (#1057) * リンクを追加 * 冗長な記載を修正 * documentsのreadmeを最新化する (#1062) * フォルダー構造を修正。 * 「テスト方針」と「画像ファイル」のフォルダー構成を修正。 --------- Co-authored-by: Fumika Koyama <[email protected]> * JWT認証処理を結合テストプロジェクトに追加。 * 結合テスト内でテスト用のJwtBearer認証を利用するよう修正。 * CIでテストを実行するようYAMLを修正。 * READMEにテストについての説明を追加。 * lintエラーに対応。 * lintエラーに対応。 * インデントを修正。 * インデントを修正。 * env名を修正。 * samples-azure-ad-b2c-auth-ci.ymlのインデントを2文字分に修正。 * インデントを修正。 * permissionが必要なjobをCIパイプラインから削除。 * WebApplicationFactoryクラスとテストクラスの名前を変更。 * 結合テストを組み込む方法の説明を追加。 * テスト結果サマリーの表示を修正。 * テスト結果を表示するよう修正。 * テスト結果表示部分を修正。 * テスト実行時のコンソールログのverbosityをquietに変更。 * dotnet test のverbosityをquietに変更。 * テスト実行時のログレベルをWarningに変更。 * 環境変数名を修正。 * 環境変数を修正。 * 環境変数を設定するタイミングを変更。 * テスト実行後の部分のみ表示するよう修正。 * trx-parserを使用する設定を追加。 * バージョン表記を修正。 * node.js 20対応バージョンに変更。 * 解析対象のTRXファイルのパスを修正。 * TRXファイルのパスを修正。 * permission追加。 * TRXのパスを修正。 * test-reporterを使用するよう修正。 * 不要なスペースを削除。 * テスト結果ページのタイトルを修正。 --------- Co-authored-by: Fumika Koyama <[email protected]> Co-authored-by: kentah <[email protected]>
- Loading branch information
1 parent
89e800c
commit 83398a3
Showing
12 changed files
with
552 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,7 @@ | |
"langword", | ||
"linenums", | ||
"mkdocs", | ||
"MSAL", | ||
"mssql", | ||
"MVVM", | ||
"nameof", | ||
|
Oops, something went wrong.