Skip to content
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

[Detox 20] feat: new global lifecycle for Detox #3333

Merged
merged 88 commits into from Sep 5, 2022

Conversation

noomorph
Copy link
Collaborator

@noomorph noomorph commented Apr 14, 2022

Resolves #3354

Reasoning

Why did I touch logs?

Because the global context now allows merging the logs in a cleaner way after the test session ends.

Why did I touch trace/traceCall?

Not sure, maybe just for fun. I consider it to be smart to use a logging mechanism to produce timelines. That might be optional – maybe I'll revert most of the change.

@d4vidi
Copy link
Collaborator

d4vidi commented May 16, 2022

@noomorph can this be changed to draft?

@noomorph noomorph force-pushed the breaking/new-global-lifecycle branch from 505114a to 3c77315 Compare May 17, 2022 15:34
@noomorph noomorph changed the title feat: new global lifecycle for Detox [WiP] feat: new global lifecycle for Detox May 18, 2022
@noomorph
Copy link
Collaborator Author

@d4vidi , no, GitHub does not allow changing back to drafts.

@noomorph noomorph force-pushed the breaking/new-global-lifecycle branch 2 times, most recently from 37be973 to 2806d31 Compare May 27, 2022 16:23
@noomorph noomorph force-pushed the breaking/new-global-lifecycle branch from 5c9f55d to e2c5a03 Compare August 10, 2022 06:26
@noomorph noomorph force-pushed the breaking/new-global-lifecycle branch from f4a3885 to b0d1f2e Compare August 15, 2022 07:42
@noomorph noomorph force-pushed the breaking/new-global-lifecycle branch from 29ae52f to 3e1b22b Compare August 18, 2022 07:31
@noomorph noomorph force-pushed the breaking/new-global-lifecycle branch from 3e1b22b to e7acceb Compare August 23, 2022 09:36
@noomorph noomorph changed the title [Detox 20] (WiP) feat: new global lifecycle for Detox [Detox 20] feat: new global lifecycle for Detox Sep 5, 2022
@noomorph noomorph merged commit 6ff7c41 into next Sep 5, 2022
@noomorph noomorph deleted the breaking/new-global-lifecycle branch September 5, 2022 14:19
noomorph added a commit that referenced this pull request Nov 10, 2022
* feat: set minimal Node requirement to 14.5.x
* feat: drop old Jest integrations

BREAKING CHANGE: please upgrade to jest-circus
https://wix.github.io/Detox/docs/guide/jest/

* feat(config): drop default "e2e" value for specs (#3289)

BREAKING CHANGE: Detox won't be appending "e2e" glob to the test runner
if it is not explicitly configured to do so via "specs" property in the
config.

* feat(config): drop skipLegacyWorkersInjection (#3286)

BREAKING CHANGE: Detox will no longer be injecting "-w 1" to Jest as CLI
arguments

* feat(android): boot read-only emulators by default

* feat(iOS): support --headless config (#3304)

BREAKING: opens Simulator app by default unless the headless mode is enabled

* feat: drop Mocha support (#3310)

BREAKING: Detox users should migrate to Jest

* feat(android): remove deprecated native IdlePolicyConfig (#3332)

BREAKING CHANGE

* feat: drop device.appLaunchArgs [options] argument (#3360)

BREAKING: use device.appLaunchArgs.shared for permanent operations

* feat: remove ios.none device type (#3361)

* feat: undeprecate device.relaunchApp() (#3362)

* feat(config): remove legacy dash-based props (#3371)

BREAKING: removes test-runner and runner-config props
from Detox global config. Use testRunner and runnerConfig
instead.

* feat(config): drop support for the all-in-one configuration format (#3386)

BREAKING: please migrate to the new { apps, devices, configurations }
schema that Detox has been already using for more than a year.

* feat: drop jest<27.2.5 support (#3392)

BREAKING: please migrate your projects to Jest 28.x or 27.x

* fix(ios): headless mode

* feat: new global lifecycle for Detox (#3333)

* fix(cli): forward env overrides anyway

* feat(config): add testRunner.forwardEnv

Also, fixes --inspect-brk debugging experience.
Now the entire debug happens in a single test runner process.

* feat(api): detoxInternals.tracing.createEventStream

* feat(config): add reversePorts to app config (#3610)

* fix(Android): pass `headless` config param to the AVD validator. (#3614)

* feat(cli): add reset-lock-file command

* website: add Showcase page

* website: homepage changes

* feat(cli): drop --device-launch-args arg (#3665)

BREAKING: use --device-boot-args instead

Co-authored-by: Asaf Korem <asaf.korem@gmail.com>
Co-authored-by: d4vidi <amit.d4vidi@gmail.com>
Co-authored-by: jasonbariwix <jasonba@wix.com>
Co-authored-by: Yevheniia Hlovatska <33955728+evgeniyaglovatskaya@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants