Skip to content

[DX]: Document running test suite for all workspaces #4095

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ find . -type f -name "package-lock.json" -delete
### Testing

```bash
# bruno-schema
# run bruno-schema tests
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# run tests over all workspaces
npm test --workspaces --if-present
```

### Raising Pull Requests
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_bn.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
### Testing (পরীক্ষা)

```bash
# bruno-schema
# ব্রুনো-স্কিমা পরীক্ষা চালান
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# সমস্ত কর্মক্ষেত্রে পরীক্ষা চালান
npm test --workspaces --if-present
```

### Raising Pull Request (পুল অনুরোধ উত্থাপন)
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
### 测试

```bash
# bruno-schema
# 运行 bruno-schema 测试
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# 在所有工作区上运行测试
npm test --workspaces --if-present
```

### 提交 Pull Request
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ find . -type f -name "package-lock.json" -delete
### Testen

```bash
# bruno-schema
# Führen Sie Bruno-Schema-Tests aus
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# Führen Sie Tests für alle Arbeitsbereiche durch
npm test --workspaces --if-present
```
6 changes: 3 additions & 3 deletions docs/contributing/contributing_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
### Pruebas

```bash
# bruno-schema
# ejecutar pruebas de esquema bruno
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# ejecutar pruebas en todos los espacios de trabajo
npm test --workspaces --if-present
```

### Crea un Pull Request
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ find . -type f -name "package-lock.json" -delete
### Tests

```bash
# bruno-schema
# exécuter des tests de schéma bruno
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# exécuter des tests sur tous les espaces de travail
npm test --workspaces --if-present
```

### Ouvrir une Pull Request
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_hi.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ find . -type f -name "package-lock.json" -delete
### परिक्षण

```bash
# bruno-schema
# ब्रूनो-स्कीमा परीक्षण चलाएँ
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# सभी कार्यस्थानों पर परीक्षण चलाएँ
npm test --workspaces --if-present
```

### पुल अनुरोध प्रक्रिया
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_it.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ find . -type f -name "package-lock.json" -delete
### Tests

```bash
# bruno-schema
# esegui i test dello schema bruno
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# esegui test su tutti gli spazi di lavoro
npm test --workspaces --if-present
```
6 changes: 3 additions & 3 deletions docs/contributing/contributing_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ find . -type f -name "package-lock.json" -delete
### テストを動かすには

```bash
# bruno-schema
# ブルーノスキーマのテストを実行します
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# すべてのワークスペースでテストを実行します
npm test --workspaces --if-present
```

### プルリクエストの手順
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ find . -type f -name "package-lock.json" -delete
### 테스팅

```bash
# bruno-schema
# bruno-schema 테스트 실행
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# 모든 작업 공간에서 테스트 실행
npm test --workspaces --if-present
```

### Pull Requests 요청
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ find . -type f -name "package-lock.json" -delete
### Testen

```bash
# bruno-schema
# voer bruno-schema tests uit
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# voer tests uit over alle werkruimten
npm test --workspaces --if-present
```

### Pull Requests indienen
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_pl.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ find . -type f -name "package-lock.json" -delete
### Testowanie

```bash
# bruno-schema
# uruchom testy bruno-schema
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# uruchom testy we wszystkich przestrzeniach roboczych
npm test --workspaces --if-present
```

### Tworzenie Pull Request
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_pt_br.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
### Testando

```bash
# bruno-schema
# executar testes do bruno-schema
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# executar testes em todos os ambientes de trabalho
npm test --workspaces --if-present
```

### Envio de Pull Request
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_ro.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ find . -type f -name "package-lock.json" -delete
### Testarea

```shell
# bruno-schema
# executați teste bruno-schema
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# executați teste peste toate spațiile de lucru
npm test --workspaces --if-present
```

### Crearea unui Pull Request
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ find . -type f -name "package-lock.json" -delete
### Тестирование

```bash
# bruno-schema
# запустите тесты bruno-schema
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# запустите тесты во всех рабочих пространствах
npm test --workspaces --if-present
```
6 changes: 3 additions & 3 deletions docs/contributing/contributing_sk.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ find . -type f -name "package-lock.json" -delete
### Testovanie

````bash
# bruno-schema
# spustiť bruno-schema testy
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# spustiť testy vo všetkých pracovných priestoroch
npm test --workspaces --if-present
```

### Vyrobenie Pull Request
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_tr.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
### Test

```bash
# bruno-schema
# bruno-schema testlerini çalıştır
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# tüm çalışma alanlarında testleri çalıştır
npm test --workspaces --if-present
```

### Pull Request Oluşturma
Expand Down
6 changes: 3 additions & 3 deletions docs/contributing/contributing_ua.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ find . -type f -name "package-lock.json" -delete
### Тестування

```bash
# bruno-schema
# запустити тести bruno-schema
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# запустити тести у всіх робочих просторах
npm test --workspaces --if-present
```
6 changes: 3 additions & 3 deletions docs/contributing/contributing_zhtw.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
### 測試

```bash
# bruno-schema
# 執行布魯諾架構測試
npm test --workspace=packages/bruno-schema

# bruno-lang
npm test --workspace=packages/bruno-lang
# 對所有工作區執行測試
npm test --workspaces --if-present
```

### 發送 Pull Request
Expand Down