Skip to content

Commit 52a211c

Browse files
authored
Merge branch 'trunk' into dependabot/github_actions/actions/setup-node-6
2 parents bc5af82 + b83151a commit 52a211c

File tree

7 files changed

+14
-12
lines changed

7 files changed

+14
-12
lines changed

.github/workflows/ruby-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Ruby
5252
uses: ruby/setup-ruby@v1
5353
with:
54-
ruby-version: 3.2
54+
ruby-version: 3.4.7
5555
bundler-cache: true
5656
- name: Install Gems Nightly non-Windows
5757
if: matrix.release == 'nightly' && matrix.os != 'windows'
@@ -119,7 +119,7 @@ jobs:
119119
- name: Set up Ruby
120120
uses: ruby/setup-ruby@v1
121121
with:
122-
ruby-version: 3.2
122+
ruby-version: 3.4.7
123123
bundler-cache: true
124124
- name: Install dependencies
125125
working-directory: ./examples/ruby

examples/ruby/Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ GEM
1515
prism (1.4.0)
1616
racc (1.8.1)
1717
rainbow (3.1.1)
18-
rake (13.3.0)
18+
rake (13.3.1)
1919
regexp_parser (2.11.2)
2020
rexml (3.4.4)
21-
rspec (3.13.1)
21+
rspec (3.13.2)
2222
rspec-core (~> 3.13.0)
2323
rspec-expectations (~> 3.13.0)
2424
rspec-mocks (~> 3.13.0)
25-
rspec-core (3.13.4)
25+
rspec-core (3.13.6)
2626
rspec-support (~> 3.13.0)
2727
rspec-expectations (3.13.5)
2828
diff-lcs (>= 1.2.0, < 2.0)
2929
rspec-support (~> 3.13.0)
30-
rspec-mocks (3.13.5)
30+
rspec-mocks (3.13.6)
3131
diff-lcs (>= 1.2.0, < 2.0)
3232
rspec-support (~> 3.13.0)
33-
rspec-support (3.13.4)
33+
rspec-support (3.13.6)
3434
rubocop (1.80.2)
3535
json (~> 2.3)
3636
language_server-protocol (~> 3.17.0.2)

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
"**/node_modules/**",
88
"**/bower_components/**",
99
"**/vendor/**"
10-
]
10+
],
11+
"prConcurrentLimit": 1,
12+
"branchConcurrentLimit": 1
1113
}

website_and_docs/content/documentation/overview/components.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ same system.) NOTE: _Some people refer to the drivers as proxies._
2828
* **Framework:** An additional library that is used as a support for WebDriver
2929
suites. These frameworks may be test frameworks such as JUnit or NUnit.
3030
They may also be frameworks supporting natural language features such
31-
as Cucumber or Robotium. Frameworks may also be written and used for
31+
as Cucumber or Robot Framework. Frameworks may also be written and used for
3232
tasks such as manipulating or configuring the system under test, data
3333
creation, test oracles, etc.
3434

website_and_docs/content/documentation/overview/components.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ WebDriverを使ってテストスイートを構築するには、多くの異
2020
files for Java, .dll files for .NET, など.
2121
* **ドライバー:** 実際のブラウザを制御します。
2222
ほとんどのドライバーはブラウザベンダー自身が作成します。ドライバーは一般的にブラウザ自体を備えたシステムで実行される実行可能モジュールであり、テストスイートを実行するシステムにはありません。(ただし、それらは同じシステムであっても構いません。)_注: 一部の人々はドライバーをプロキシと呼んでいます。_
23-
* **フレームワーク:** WebDriverスイートのサポートとして使用する追加ライブラリ。これらのフレームワークは、JUnitやNUnitなどのテストフレームワークです。また、CucumberまたはRobotiumといった自然言語機能をサポートするフレームワークでもあります。フレームワークは、テスト対象のシステムの操作や構成、データ作成、テストオラクルなどに記述、利用されます。
23+
* **フレームワーク:** WebDriverスイートのサポートとして使用する追加ライブラリ。これらのフレームワークは、JUnitやNUnitなどのテストフレームワークです。また、CucumberまたはRobot Frameworkといった自然言語機能をサポートするフレームワークでもあります。フレームワークは、テスト対象のシステムの操作や構成、データ作成、テストオラクルなどに記述、利用されます。
2424

2525
### 部品構成
2626
最低限、WebDriverはドライバーを経由してブラウザーと通信します。

website_and_docs/content/documentation/overview/components.pt-br.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mesmo sistema.) NOTA: _Algumas pessoas se referem aos drivers como proxies._
2828
* **Framework:** uma biblioteca adicional usada como suporte para suítes do WebDriver.
2929
* Essas estruturas podem ser estruturas de teste, como JUnit ou NUnit.
3030
Eles também podem ser estruturas que suportam recursos de linguagem natural, como
31-
como Cucumber ou Robotium. Frameworks também podem ser escritos e usados ​​para
31+
como Cucumber ou Robot Framework. Frameworks também podem ser escritos e usados ​​para
3232
coisas como manipulação ou configuração do sistema em teste,
3333
criação de dados, oráculos de teste, etc.
3434

website_and_docs/content/documentation/overview/components.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ aliases: [
1919
驱动程序通常是与浏览器一起在系统上运行的可执行模块,而不是在执行测试套件的系统上。
2020
(尽管它们可能是同一个系统。) _注意: 有些人把驱动称为代理。_
2121
* **框架:** 用于支持 WebDriver 套件的附加库。这些框架可能是测试框架,如 JUnit 或 NUnit。
22-
它们也可能是支持自然语言特性的框架,如 Cucumber 或 Robotium。还可以编写和使用框架来操作或配置被测试的系统、
22+
它们也可能是支持自然语言特性的框架,如 Cucumber 或 Robot Framework。还可以编写和使用框架来操作或配置被测试的系统、
2323
数据创建、测试预言等等。
2424

2525
### 组成部分

0 commit comments

Comments
 (0)