Skip to content

Commit b7f7beb

Browse files
abueideclaude
andcommitted
docs: remove temporal language and marketing terms
- Remove "What's New" heading and emoji from workflow README - Remove "now" from several documentation files - Remove "NEW:" labels from workflow README - Remove "robust" from testing docs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ad4c206 commit b7f7beb

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This directory contains comprehensive CI/CD workflows using **orchestrated testing** powered by process-compose for the Devbox mobile plugins and example projects.
44

5-
## What's New: Orchestrated Testing 🚀
5+
## Orchestrated Testing
66

7-
All workflows now use process-compose orchestration with:
7+
All workflows use process-compose orchestration with:
88
-**Automatic status checks** - Boot verification, app deployment, process health
99
-**Concurrent execution** - Independent tests run in parallel
1010
-**Configurable timeouts** - No infinite hangs (`BOOT_TIMEOUT`, `TEST_TIMEOUT`)
@@ -77,17 +77,17 @@ This workflow provides fast feedback with **improved reliability** through autom
7777
- **Min**: API 21 (Android 5.0 Lollipop) on ubuntu-24.04
7878
- **Max**: API 36 (Android 15) on ubuntu-24.04
7979
- **Hardware Acceleration**: KVM enabled for performance
80-
- **NEW**: Orchestrated with automatic boot verification
80+
- Orchestrated with automatic boot verification
8181

8282
#### iOS
8383
- **Min**: iOS 15.4 on macos-14 (first Apple Silicon macOS supporting iOS 15.4)
8484
- **Max**: iOS 26.2 on macos-15 (latest macOS version)
85-
- **NEW**: Orchestrated with automatic boot verification
85+
- Orchestrated with automatic boot verification
8686

8787
#### React Native
8888
- Tests both Android and iOS builds on min/max versions
89-
- **NEW**: Unified job with platform matrix (was split before)
90-
- **NEW**: Orchestrated with full status checking
89+
- Unified job with platform matrix
90+
- Orchestrated with full status checking
9191

9292
**Jobs**:
9393

@@ -210,7 +210,7 @@ When a test fails:
210210

211211
1. **Check the job logs** in the Actions tab
212212
2. **Download artifacts** (uploaded automatically on failure):
213-
- **NEW**: Process-compose logs per process (setup, build, boot, deploy, verify)
213+
- Process-compose logs per process (setup, build, boot, deploy, verify)
214214
- Android: `/tmp/android-e2e-logs/`, build outputs
215215
- iOS: `/tmp/ios-e2e-logs/`, CoreSimulator logs
216216
- React Native: `/tmp/rn-e2e-logs/`, both platforms

examples/react-native/tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ devbox run test:e2e:android # Clean, isolated test run
101101

102102
## Metro Bundler Management
103103

104-
The React Native plugin provides robust Metro bundler management with isolated state:
104+
The React Native plugin provides Metro bundler management with isolated state:
105105

106106
```bash
107107
# Automatic Metro management (via process-compose)

plugins/ios/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ launchctl list | grep CoreSimulator
173173
```
174174

175175
### Build Failures with Nix Flags
176-
The iOS init hook now strips Nix compilation variables (`LD`, `LDFLAGS`, `NIX_LDFLAGS`, `NIX_CFLAGS_COMPILE`, `NIX_CFLAGS_LINK`) at shell startup, so `xcodebuild` works natively in devbox shell. If you encounter issues outside devbox shell, use the `ios.sh xcodebuild` wrapper:
176+
The iOS init hook strips Nix compilation variables (`LD`, `LDFLAGS`, `NIX_LDFLAGS`, `NIX_CFLAGS_COMPILE`, `NIX_CFLAGS_LINK`) at shell startup, so `xcodebuild` works natively in devbox shell. If you encounter issues outside devbox shell, use the `ios.sh xcodebuild` wrapper:
177177
```sh
178178
ios.sh xcodebuild -project MyApp.xcodeproj -scheme MyApp build
179179
```

wiki/guides/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ React Native E2E tests follow this sequence:
299299

300300
### Metro Bundler Management
301301

302-
The React Native plugin provides robust Metro bundler management with isolated state for parallel testing.
302+
The React Native plugin provides Metro bundler management with isolated state for parallel testing.
303303

304304
#### Automatic Metro Management
305305

0 commit comments

Comments
 (0)