Skip to content

Commit ccb951d

Browse files
authored
[DX]: Document running test suite for all workspaces (#4095)
1 parent 9bde3c4 commit ccb951d

19 files changed

+57
-57
lines changed

contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ find . -type f -name "package-lock.json" -delete
8686
### Testing
8787

8888
```bash
89-
# bruno-schema
89+
# run bruno-schema tests
9090
npm test --workspace=packages/bruno-schema
9191

92-
# bruno-lang
93-
npm test --workspace=packages/bruno-lang
92+
# run tests over all workspaces
93+
npm test --workspaces --if-present
9494
```
9595

9696
### Raising Pull Requests

docs/contributing/contributing_bn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
7070
### Testing (পরীক্ষা)
7171

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

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

8080
### Raising Pull Request (পুল অনুরোধ উত্থাপন)

docs/contributing/contributing_cn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
7070
### 测试
7171

7272
```bash
73-
# bruno-schema
73+
# 运行 bruno-schema 测试
7474
npm test --workspace=packages/bruno-schema
7575

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

8080
### 提交 Pull Request

docs/contributing/contributing_de.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ find . -type f -name "package-lock.json" -delete
8383
### Testen
8484

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

89-
# bruno-lang
90-
npm test --workspace=packages/bruno-lang
89+
# Führen Sie Tests für alle Arbeitsbereiche durch
90+
npm test --workspaces --if-present
9191
```

docs/contributing/contributing_es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
7070
### Pruebas
7171

7272
```bash
73-
# bruno-schema
73+
# ejecutar pruebas de esquema bruno
7474
npm test --workspace=packages/bruno-schema
7575

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

8080
### Crea un Pull Request

docs/contributing/contributing_fr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ find . -type f -name "package-lock.json" -delete
7373
### Tests
7474

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

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

8383
### Ouvrir une Pull Request

docs/contributing/contributing_hi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ find . -type f -name "package-lock.json" -delete
6565
### परिक्षण
6666

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

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

7575
### पुल अनुरोध प्रक्रिया

docs/contributing/contributing_it.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ find . -type f -name "package-lock.json" -delete
8383
### Tests
8484

8585
```bash
86-
# bruno-schema
86+
# esegui i test dello schema bruno
8787
npm test --workspace=packages/bruno-schema
8888

89-
# bruno-lang
90-
npm test --workspace=packages/bruno-lang
89+
# esegui test su tutti gli spazi di lavoro
90+
npm test --workspaces --if-present
9191
```

docs/contributing/contributing_ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ find . -type f -name "package-lock.json" -delete
6565
### テストを動かすには
6666

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

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

7575
### プルリクエストの手順

docs/contributing/contributing_kr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ find . -type f -name "package-lock.json" -delete
6666
### 테스팅
6767

6868
```bash
69-
# bruno-schema
69+
# bruno-schema 테스트 실행
7070
npm test --workspace=packages/bruno-schema
7171

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

7676
### Pull Requests 요청

docs/contributing/contributing_nl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ find . -type f -name "package-lock.json" -delete
6565
### Testen
6666

6767
```bash
68-
# bruno-schema
68+
# voer bruno-schema tests uit
6969
npm test --workspace=packages/bruno-schema
7070

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

7575
### Pull Requests indienen

docs/contributing/contributing_pl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ find . -type f -name "package-lock.json" -delete
7171
### Testowanie
7272

7373
```bash
74-
# bruno-schema
74+
# uruchom testy bruno-schema
7575
npm test --workspace=packages/bruno-schema
7676

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

8181
### Tworzenie Pull Request

docs/contributing/contributing_pt_br.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
7070
### Testando
7171

7272
```bash
73-
# bruno-schema
73+
# executar testes do bruno-schema
7474
npm test --workspace=packages/bruno-schema
7575

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

8080
### Envio de Pull Request

docs/contributing/contributing_ro.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ find . -type f -name "package-lock.json" -delete
6464
### Testarea
6565

6666
```shell
67-
# bruno-schema
67+
# executați teste bruno-schema
6868
npm test --workspace=packages/bruno-schema
6969

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

7474
### Crearea unui Pull Request

docs/contributing/contributing_ru.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ find . -type f -name "package-lock.json" -delete
8383
### Тестирование
8484

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

89-
# bruno-lang
90-
npm test --workspace=packages/bruno-lang
89+
# запустите тесты во всех рабочих пространствах
90+
npm test --workspaces --if-present
9191
```

docs/contributing/contributing_sk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ find . -type f -name "package-lock.json" -delete
6767
### Testovanie
6868

6969
````bash
70-
# bruno-schema
70+
# spustiť bruno-schema testy
7171
npm test --workspace=packages/bruno-schema
7272

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

7777
### Vyrobenie Pull Request

docs/contributing/contributing_tr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
7070
### Test
7171

7272
```bash
73-
# bruno-schema
73+
# bruno-schema testlerini çalıştır
7474
npm test --workspace=packages/bruno-schema
7575

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

8080
### Pull Request Oluşturma

docs/contributing/contributing_ua.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ find . -type f -name "package-lock.json" -delete
8383
### Тестування
8484

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

89-
# bruno-lang
90-
npm test --workspace=packages/bruno-lang
89+
# запустити тести у всіх робочих просторах
90+
npm test --workspaces --if-present
9191
```

docs/contributing/contributing_zhtw.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ find . -type f -name "package-lock.json" -delete
7070
### 測試
7171

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

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

8080
### 發送 Pull Request

0 commit comments

Comments
 (0)