Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: codeceptjs/CodeceptJS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a70c814
Choose a base ref
...
head repository: codeceptjs/CodeceptJS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ed58d06
Choose a head ref
  • 2 commits
  • 3 files changed
  • 4 contributors

Commits on Jun 13, 2026

  1. fix(init): missing file ext of step file when using typescript (#5615)

    * fix(init): missing file ext of step file when using typescript
    
    * add more tests
    
    * add proper verification
    kobenguyent authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    bc8211c View commit details
    Browse the repository at this point in the history
  2. fix(deps): don't auto-install detox & react-native (#5620) (#5621)

    @codeceptjs/detox-helper was listed under optionalDependencies, which
    npm/pnpm install by default. It hard-depends on detox and react-native,
    so every codeceptjs install pulled in those heavy packages (and the
    dtrace-provider build script) even though core never requires the Detox
    helper — it is a user-configured external helper.
    
    Move it to devDependencies (still needed for in-repo helper docs
    generation). Users who need the Detox helper install it separately.
    
    Co-authored-by: DavertMik <[email protected]>
    Co-authored-by: Claude Opus 4.8 <[email protected]>
    3 people authored Jun 13, 2026
    Configuration menu
    Copy the full SHA
    ed58d06 View commit details
    Browse the repository at this point in the history
Loading