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 #3285

Merged
merged 167 commits into from
Nov 10, 2022
Merged

Detox 20 #3285

merged 167 commits into from
Nov 10, 2022

Commits on May 13, 2022

  1. chore: add .editorconfig

    noomorph committed May 13, 2022
    Configuration menu
    Copy the full SHA
    fd8a0b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57adf8b View commit details
    Browse the repository at this point in the history
  3. feat: drop old Jest integrations

    BREAKING CHANGE: please upgrade to jest-circus
    https://wix.github.io/Detox/docs/guide/jest/
    noomorph committed May 13, 2022
    Configuration menu
    Copy the full SHA
    1035293 View commit details
    Browse the repository at this point in the history
  4. 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.
    noomorph committed May 13, 2022
    Configuration menu
    Copy the full SHA
    9d69e3b View commit details
    Browse the repository at this point in the history
  5. feat(config): drop skipLegacyWorkersInjection (#3286)

    BREAKING CHANGE: Detox will no longer be injecting "-w 1" to Jest as CLI
    arguments
    noomorph committed May 13, 2022
    Configuration menu
    Copy the full SHA
    a298e8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cdd423f View commit details
    Browse the repository at this point in the history
  7. feat(iOS): support --headless config (#3304)

    BREAKING: opens Simulator app by default unless the headless mode is enabled
    asafkorem authored and noomorph committed May 13, 2022
    Configuration menu
    Copy the full SHA
    cfc8a82 View commit details
    Browse the repository at this point in the history
  8. feat: drop Mocha support (#3310)

    BREAKING: Detox users should migrate to Jest
    noomorph committed May 13, 2022
    Configuration menu
    Copy the full SHA
    574b697 View commit details
    Browse the repository at this point in the history
  9. feat(android): remove deprecated native IdlePolicyConfig (#3332)

    BREAKING CHANGE
    d4vidi authored and noomorph committed May 13, 2022
    Configuration menu
    Copy the full SHA
    ea4a213 View commit details
    Browse the repository at this point in the history
  10. chore: remove dead code

    noomorph committed May 13, 2022
    Configuration menu
    Copy the full SHA
    37e1df1 View commit details
    Browse the repository at this point in the history
  11. chore: remove deprecated [userParams] arg from detox.init()

    BREAKING: might affect users who override
    DetoxCircusEnvironment#detoxInit protected method
    noomorph committed May 13, 2022
    Configuration menu
    Copy the full SHA
    91e011f View commit details
    Browse the repository at this point in the history
  12. feat: drop device.appLaunchArgs [options] argument (#3360)

    BREAKING: use device.appLaunchArgs.shared for permanent operations
    noomorph committed May 13, 2022
    Configuration menu
    Copy the full SHA
    bea604a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    92e4aaa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5af13fe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b814ba6 View commit details
    Browse the repository at this point in the history
  16. 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.
    noomorph committed May 13, 2022
    Configuration menu
    Copy the full SHA
    23ab77b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f19a05e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b71f643 View commit details
    Browse the repository at this point in the history
  19. 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.
    noomorph committed May 13, 2022
    Configuration menu
    Copy the full SHA
    11860fe View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. feat: drop jest<27.2.5 support (#3392)

    BREAKING: please migrate your projects to Jest 28.x or 27.x
    noomorph authored May 16, 2022
    Configuration menu
    Copy the full SHA
    228599f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    66e8f6c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. fix(ios): headless mode

    noomorph committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    2da0519 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    8f783a7 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Configuration menu
    Copy the full SHA
    03d08d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    6ff7c41 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Merge branch 'master' into next

    # Conflicts:
    #	detox/package.json
    #	detox/runners/jest-circus/listeners/DetoxCoreListener.js
    #	detox/src/DetoxExportWrapper.js
    #	detox/src/artifacts/timeline/TimelineArtifactPlugin.js
    #	detox/src/artifacts/timeline/TimelineArtifactPlugin.test.js
    #	detox/src/devices/allocation/DeviceAllocator.js
    #	detox/src/devices/allocation/drivers/android/emulator/EmulatorAllocDriver.js
    #	detox/src/devices/allocation/drivers/android/emulator/EmulatorAllocDriver.test.js
    #	detox/src/devices/allocation/drivers/android/emulator/EmulatorLauncher.js
    #	detox/src/devices/runtime/RuntimeDevice.js
    #	detox/src/utils/__mocks__/trace.js
    #	detox/src/utils/trace.js
    #	detox/src/utils/trace.test.js
    #	detox/test/integration/__snapshots__/timeline-artifact.test.js.snap
    #	detox/test/package.json
    #	docs/APIRef.DetoxCLI.md
    #	docs/Guide.Mocha.md
    #	examples/demo-native-android/package.json
    #	examples/demo-native-ios/package.json
    #	examples/demo-plugin/package.json
    #	examples/demo-react-native-detox-instruments/package.json
    #	examples/demo-react-native-jest/package.json
    #	examples/demo-react-native/package.json
    #	lerna.json
    #	package.json
    #	website/versioned_docs/version-19.x/APIRef.DetoxCLI.md
    noomorph committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    6145653 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b75f39 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    4336270 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38c17ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e1e2bc View commit details
    Browse the repository at this point in the history
  4. feat(config): add testRunner.forwardEnv

    Also, fixes --inspect-brk debugging experience.
    Now the entire debug happens in the single test runner process.
    noomorph committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    2883592 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    205099a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    95c8e6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47720e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e8d6dc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. fix: improve detox init flow

    noomorph committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    f627b19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2be9151 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    3116a18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac5029e View commit details
    Browse the repository at this point in the history
  3. docs: fix broken markdown

    noomorph committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    f7341b7 View commit details
    Browse the repository at this point in the history
  4. docs: rework introduction

    noomorph committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    19e5d60 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. docs: fix lint issues

    noomorph committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    8080d69 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2022

  1. docs: 20.x migration guide

    noomorph committed Sep 17, 2022
    Configuration menu
    Copy the full SHA
    ce2c849 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    cf3d3c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c56159d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    c58dd01 View commit details
    Browse the repository at this point in the history
  2. docs: fix Debugging guide

    noomorph committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    450a0a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    1322554 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Merge branch 'master' into next

    # Conflicts:
    #	detox/package.json
    #	detox/test/package.json
    #	examples/demo-native-android/package.json
    #	examples/demo-native-ios/package.json
    #	examples/demo-plugin/package.json
    #	examples/demo-react-native-detox-instruments/package.json
    #	examples/demo-react-native-jest/package.json
    #	examples/demo-react-native/package.json
    #	lerna.json
    #	package.json
    noomorph committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    4900346 View commit details
    Browse the repository at this point in the history
  2. docs: Genymotion SaaS fixes

    noomorph committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    2fe0a83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd5998c View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

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

    This is a bug-fix to address the `headless` config when running tests (invoked as `emulator -version`) by the AVD emulator version validator. Resolves #3613
    paulrostorp authored and noomorph committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    28469d4 View commit details
    Browse the repository at this point in the history
  2. docs: update config/logger

    noomorph committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a5d3e98 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Configuration menu
    Copy the full SHA
    34dfb24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cae3d68 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Configuration menu
    Copy the full SHA
    b725042 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6795e9d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. docs: minor fixes

    noomorph committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    5dd6915 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3a3a34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46dc14f View commit details
    Browse the repository at this point in the history
  4. docs(api): cover logger API

    noomorph committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    5359375 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    716cf30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8184087 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb9a2ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29e28fa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc39363 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cd7feb View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. docs: new guides (#3627)

    * Introduction > Your First Test
    * Guides > Adding testID to your components
    * Guides > Investigating Failures
    
    Co-authored-by: Yaroslav Serhieiev <yaroslavs@wix.com>
    evgeniyaglovatskaya and noomorph authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    3942da5 View commit details
    Browse the repository at this point in the history
  2. ci(github): use Node 14.x

    noomorph committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    88e51bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f962373 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    6a4dfc3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4768a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7af82f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    e825eec View commit details
    Browse the repository at this point in the history
  2. test: fix test

    noomorph committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    ac2f015 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    bb17a0e View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    ba4af8e View commit details
    Browse the repository at this point in the history
  2. docs(api): Internals API

    noomorph committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    ac088e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. docs(blog): Detox 20

    noomorph committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    8aed160 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. docs: feedback and fixes

    noomorph committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    2cf1904 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fef460 View commit details
    Browse the repository at this point in the history
  3. chore: self-review fixes

    noomorph committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    e12f052 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de647c8 View commit details
    Browse the repository at this point in the history
  5. website: add new image assets.

    Add new navbar and footer icons and hero image for the Showcase page.
    moutro committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    1bca061 View commit details
    Browse the repository at this point in the history
  6. website(Showcase): add showcased projects icons.

    Taken from Google Play, App Store and GitHub.
    moutro committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    aa2d51a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    923d8c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    abcc10f View commit details
    Browse the repository at this point in the history
  9. website(Showcase): add Card component.

    Add the component and its style for presenting a single application or project.
    moutro committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    a0ae035 View commit details
    Browse the repository at this point in the history
  10. website(Showcase): add Showcase component.

    Add the component preseting Cards components (apps and projects).
    moutro committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    f63cc43 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c65bce View commit details
    Browse the repository at this point in the history
  12. website: add Showcase page.

    moutro committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    dd1640e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1c5a4bb View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    79e0739 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    274bc0e View commit details
    Browse the repository at this point in the history
  16. website(config): fix GitHub edit links.

    Update edit-url links from `master` branch to `next` branch.
    moutro committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    f808bd2 View commit details
    Browse the repository at this point in the history
  17. website(config): fix styling.

    Indentations and commas.
    moutro committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    42b2ac6 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

  1. Configuration menu
    Copy the full SHA
    d10a680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    697185f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3628 from wix/showcase

    website: add Showcase page.
    asafkorem authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    0e049e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d964cdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37f6f2d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3653 from wix/website/showcase-apps

    website(showcase): update showcased apps list.
    asafkorem authored Oct 28, 2022
    Configuration menu
    Copy the full SHA
    28aa19e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fa0ff4 View commit details
    Browse the repository at this point in the history
  8. chore: code review fixes

    noomorph committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    d9364d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. website: fix Showcase Google Play links (#3657)

    * fix Play Store links for 2 apps to point to the app's page, removed unrelated comment in custom.css
    
    * removed a TODO item comment from file
    jasonbariwix authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    5fbb431 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    f275e00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f85f380 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3659 from asafkorem/feature/fix-footer

    website: fix GitHub footer icon.
    asafkorem authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6ba6da6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce50597 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Configuration menu
    Copy the full SHA
    38d899e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. website(showcase): make container left-padding same as the right-padd…

    …ing.
    
    This change affects small screens, where the showcase cards component wasn't
     centered in its container.
    asafkorem committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    fe15589 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3661 from wix/feature/fix-showcase-margins

    website(showcase): make container left padding same as the right.
    asafkorem authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    3dd517b View commit details
    Browse the repository at this point in the history
  3. chore: fix code review

    noomorph committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    9076f5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    57ca4c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef4c960 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7e4952 View commit details
    Browse the repository at this point in the history
  7. docs: minor fixes

    noomorph committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    b4cac16 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ae124a1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f65eb77 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    b1ecf10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f835f28 View commit details
    Browse the repository at this point in the history
  3. website(homepage): create custom banner component folder

    Move StandWithUkraine component to separate folder
    update import locations on related files and update to arrow functions
    moutro committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    474e58d View commit details
    Browse the repository at this point in the history
  4. website(homepage): remove comments and fix url paths

    Remove some comments and the ' ' quotes surrounding background url paths
    moutro committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    824ea37 View commit details
    Browse the repository at this point in the history
  5. website(homepage): update component function

    uddate component function using arrow function
    moutro committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    a31aa91 View commit details
    Browse the repository at this point in the history
  6. test(dependencies): lock react-native-community/checkbox version.

    Version 0.5.13 is broken, let's follow on this issue:
    react-native-checkbox/react-native-checkbox#182
    
    We can unlock it again once there will be a proper solution.
    asafkorem committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    af09810 View commit details
    Browse the repository at this point in the history
  7. website(homepage): redesign.

    Move homepage components into separate folders
    Remove HomepageHeader and HomepageSubHeader from index.js
    Update import paths
    Move homepage images into separate folder and update paths in related files
    moutro committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    8277031 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d40ca7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3640 from wix/homepage

    website: update homepage design.
    asafkorem authored Nov 3, 2022
    Configuration menu
    Copy the full SHA
    b74f875 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

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

    BREAKING: use --device-boot-args instead
    noomorph authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    9117390 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a77b244 View commit details
    Browse the repository at this point in the history
  3. chore: fix code review

    noomorph committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    29f5a4c View commit details
    Browse the repository at this point in the history
  4. docs: fix wording

    noomorph committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    449f25b View commit details
    Browse the repository at this point in the history
  5. chore: code review fixes

    noomorph committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    8873070 View commit details
    Browse the repository at this point in the history
  6. chore: code review

    noomorph committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    eefbf11 View commit details
    Browse the repository at this point in the history
  7. chore: code review

    noomorph committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    5860579 View commit details
    Browse the repository at this point in the history
  8. chore: code review

    noomorph committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    b14fbd7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cee1b91 View commit details
    Browse the repository at this point in the history
  10. test: fix tests

    noomorph committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    395ea54 View commit details
    Browse the repository at this point in the history
  11. chore: code review

    noomorph committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    aa6082a View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Configuration menu
    Copy the full SHA
    771cb3a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3671 from wix/fix-next-android-cmdline-tools

    docs(android): fix android cmdline tools path.
    asafkorem authored Nov 6, 2022
    Configuration menu
    Copy the full SHA
    c2cc048 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    9a511d2 View commit details
    Browse the repository at this point in the history
  2. chore: code review

    noomorph committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    301a7e3 View commit details
    Browse the repository at this point in the history
  3. fix: session file cleanup

    noomorph committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ed3999a View commit details
    Browse the repository at this point in the history
  4. chore: fix code review

    noomorph committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ee51eb8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c015a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24954e8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b054c5f View commit details
    Browse the repository at this point in the history
  8. chore: verify logger

    noomorph committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    0b32abd View commit details
    Browse the repository at this point in the history
  9. test: resurrect inspectBrk

    noomorph committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    ad0434c View commit details
    Browse the repository at this point in the history
  10. test: fix lint issue

    noomorph committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    7f95b5e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. website(showcase): add Detox user to showcase page (#3674)

    Add new showcase user (PlayerData) to `showcase.json`, add app-icon to img folder.
    
    Co-authored-by: jasonbariwix <jasonba@wix.com>
    Co-authored-by: Asaf Korem <55082339+asafkorem@users.noreply.github.com>
    3 people authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    d47ee50 View commit details
    Browse the repository at this point in the history
  2. refactor: log finalization

    noomorph committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    5cfa9c4 View commit details
    Browse the repository at this point in the history
  3. fix(trace): TID generation

    noomorph committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    9404719 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d7a0a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    386b5ff View commit details
    Browse the repository at this point in the history
  6. chore: code review

    noomorph committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e12a5de View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e0adcb5 View commit details
    Browse the repository at this point in the history
  8. test: fix unit tests

    noomorph committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    7d74b8b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40d0a32 View commit details
    Browse the repository at this point in the history
  10. test: increase coverage

    noomorph committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e383769 View commit details
    Browse the repository at this point in the history
  11. docs: update version

    noomorph committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    2104611 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c35c46 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    83c034c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22cadea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51219c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b3774b View commit details
    Browse the repository at this point in the history