Skip to content

Commit 7cecb0c

Browse files
author
codeceptjs-bot
committed
chore: sync docs, unified API and releases from CodeceptJS
1 parent fc7b60e commit 7cecb0c

2 files changed

Lines changed: 29 additions & 11 deletions

File tree

src/content/docs/detox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ As you see, CodeceptJS test is shorter and easier to follow. By simplifying the
5959

6060
## Setup
6161

62-
It is important to follow [Detox guide](https://github.com/wix/Detox/blob/master/docs/Introduction.GettingStarted.md) to build an application with Detox test instrouments included.
62+
It is important to follow [Detox guide](https://github.com/wix/Detox/blob/master/docs/Introduction.GettingStarted.md) to build an application with Detox test instruments included.
6363

6464
After you install Detox, create configuration and build an application using `detox build` command, you are ready to integrate Detox with CodeceptJS.
6565

src/content/docs/release.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,34 @@ description: Latest CodeceptJS releases, pulled from GitHub.
44
---
55
<!-- Auto-generated by bunosh release:pull from codeceptjs/CodeceptJS GitHub Releases. Do not edit. -->
66

7+
## [4.0.3](https://github.com/codeceptjs/CodeceptJS/releases/tag/4.0.3)
8+
9+
_Released 2026-05-28_
10+
11+
### What's Changed
12+
* docs: fix typo in detox.md by @javigomez in https://github.com/codeceptjs/CodeceptJS/pull/5579
13+
* fix(gherkin): emit test.before/after with real current test by @danikkrapivnitskiy in https://github.com/codeceptjs/CodeceptJS/pull/5580
14+
* test(gherkin): cover event.test.before/after payload regression by @DavertMik in https://github.com/codeceptjs/CodeceptJS/pull/5582
15+
* fix(appium): resolve "Unsupported helper type: unknown" in fillField by @DavertMik in https://github.com/codeceptjs/CodeceptJS/pull/5583
16+
* chore: upgrade axios to 1.16.1 by @mscpdg in https://github.com/codeceptjs/CodeceptJS/pull/5584
17+
18+
### Deps
19+
20+
* chore(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in https://github.com/codeceptjs/CodeceptJS/pull/5485
21+
* chore(deps): bump docker/build-push-action from 6 to 7 by @dependabot[bot] in https://github.com/codeceptjs/CodeceptJS/pull/5484
22+
* chore(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in https://github.com/codeceptjs/CodeceptJS/pull/5483
23+
* chore(deps): bump @codeceptjs/detox-helper from 1.1.13 to 1.1.14 by @dependabot[bot] in https://github.com/codeceptjs/CodeceptJS/pull/5439
24+
* chore(deps-dev): bump electron from 40.1.0 to 40.2.1 by @dependabot[bot] in https://github.com/codeceptjs/CodeceptJS/pull/5441
25+
* chore(deps-dev): bump @faker-js/faker from 10.2.0 to 10.3.0 by @dependabot[bot] in https://github.com/codeceptjs/CodeceptJS/pull/5443
26+
* chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.com/codeceptjs/CodeceptJS/pull/5454
27+
* chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in https://github.com/codeceptjs/CodeceptJS/pull/5455
28+
29+
### New Contributors
30+
* @danikkrapivnitskiy made their first contribution in https://github.com/codeceptjs/CodeceptJS/pull/5580
31+
* @mscpdg made their first contribution in https://github.com/codeceptjs/CodeceptJS/pull/5584
32+
33+
**Full Changelog**: https://github.com/codeceptjs/CodeceptJS/compare/4.0.2...4.0.3
34+
735
## [4.0.2](https://github.com/codeceptjs/CodeceptJS/releases/tag/4.0.2)
836

937
_Released 2026-05-24_
@@ -160,13 +188,3 @@ _Released 2026-04-23_
160188

161189

162190
**Full Changelog**: https://github.com/codeceptjs/CodeceptJS/compare/3.7.8...3.7.9
163-
164-
## [4.0.0-rc.16](https://github.com/codeceptjs/CodeceptJS/releases/tag/4.0.0-rc.16) _(pre-release)_
165-
166-
_Released 2026-04-22_
167-
168-
### What's Changed
169-
* fix(fillField): prevent rich-editor keystroke leak to sibling inputs by @DavertMik in https://github.com/codeceptjs/CodeceptJS/pull/5531
170-
171-
172-
**Full Changelog**: https://github.com/codeceptjs/CodeceptJS/compare/4.0.0-rc.15...4.0.0-rc.16

0 commit comments

Comments
 (0)