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: wix/Detox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 16.2.1
Choose a base ref
...
head repository: wix/Detox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 16.3.0
Choose a head ref
  • 3 commits
  • 25 files changed
  • 3 contributors

Commits on Apr 21, 2020

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

Commits on Apr 22, 2020

  1. Custom driver plugin support(#1919)

    * Add dynamic require for driver plugins
    
    * Push absolute path logic into driver layer
    
    #1919 (comment)
    
    * fix existing tests to use new internal implementation details in assertions
    
    also fix code coverage
    
    * Add test for support of driver plugin
    
    * Add demo-puppeteer
    
    * Fix tests
    
    Need to maintain 100% coverage while not breaking prepare for drivers
    whose binaryPath isn't an actual path on disk
    
    * Create Guide.ThirdPartyDrivers.md
    
    * Use headless driver for jenkins compatibility
    
    * Add demo-plugin project
    
    * Remove demo-puppeteer
    
    * bump detox to v16 in examples/demo-plugin
    
    * remove demo-puppeteer from lerna.json
    
    * Update README with clarifications
    
    * Add getAbsoluteBinaryPath.test.js to avoid testing it's logic in Device.test.js
    
    * remove checkBinaryPath argument
    awinograd authored Apr 22, 2020
    Configuration menu
    Copy the full SHA
    c878093 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

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