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

Basic support for Jest runner #335

Merged
merged 20 commits into from
Oct 17, 2017
Merged

Commits on Oct 11, 2017

  1. Add basic jest runner support

    Alexey committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    d5d93cc View commit details
    Browse the repository at this point in the history
  2. Adjust Jest documentation

    Alexey committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    ba08fba View commit details
    Browse the repository at this point in the history
  3. Add missing --runInBand flag to jest command

    Alexey committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    8bf5abd View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Configuration menu
    Copy the full SHA
    bcb0174 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9157bb0 View commit details
    Browse the repository at this point in the history
  3. Adjust tests to the new env approach

    Alexey committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    efe3b39 View commit details
    Browse the repository at this point in the history
  4. Adjust indentation in package.json

    Alexey committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    c3c0077 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

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

Commits on Oct 15, 2017

  1. Configuration menu
    Copy the full SHA
    14d6965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    256af2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afcfc0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fde423 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. Use alternative flow to handle env variables

    Alexey committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    8c9dc3b View commit details
    Browse the repository at this point in the history
  2. Support argv and priorotize them over env vars

    Alexey committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    8092625 View commit details
    Browse the repository at this point in the history
  3. Cleanup detox-test.js

    Kureev committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    dc45bc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63b4519 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Fix runner problem

    Kureev committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    35e0f65 View commit details
    Browse the repository at this point in the history
  2. Reset example.xcodeproj

    Kureev committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    3803b47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21690b8 View commit details
    Browse the repository at this point in the history
  4. Remove constant override

    Kureev committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    5fcfa4a View commit details
    Browse the repository at this point in the history