diff --git a/README.ja.md b/README.ja.md index 4395ec791..328d3fd41 100644 --- a/README.ja.md +++ b/README.ja.md @@ -6,6 +6,8 @@ # Bajutsu +[![CI](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/ci.yml/badge.svg)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/ci.yml) [![iOS E2E (Simulator)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/ios-e2e.yml/badge.svg)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/ios-e2e.yml) [![Web E2E (Playwright)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/web-e2e.yml/badge.svg)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/web-e2e.yml) [![Android E2E (emulator)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/android-e2e.yml/badge.svg)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/android-e2e.yml) + > backend 非依存のドライバを土台とする自然言語駆動 E2E(エンドツーエンド)テスト。シナリオ形式と決定的 > ランナーは 1 つで、**プラットフォームはその 1 つのインターフェースの背後の backend に過ぎません**。 > backend を差し替えれば同じシナリオが別のターゲットで動きます。iOS Simulator(idb / XCUITest)、 diff --git a/README.md b/README.md index ed0803992..362c2e824 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ # Bajutsu +[![CI](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/ci.yml/badge.svg)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/ci.yml) [![iOS E2E (Simulator)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/ios-e2e.yml/badge.svg)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/ios-e2e.yml) [![Web E2E (Playwright)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/web-e2e.yml/badge.svg)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/web-e2e.yml) [![Android E2E (emulator)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/android-e2e.yml/badge.svg)](https://github.com/bajutsu-e2e/bajutsu/actions/workflows/android-e2e.yml) + > Natural-language-driven E2E (end-to-end) testing built on a **backend-agnostic driver**: one > scenario format and one deterministic runner, where **a platform is a backend** behind that > one interface. Swap the backend and the same scenarios run on a different target — the iOS