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

GPII-1889: Initial review of gpii-webdriver... #1

Merged
merged 116 commits into from Feb 8, 2017

Commits on Jul 19, 2016

  1. Initial commit

    the-t-in-rtf committed Jul 19, 2016
    Copy the full SHA
    05f9d80 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

  1. Copy the full SHA
    4a1bd7a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a8b4778 View commit details
    Browse the repository at this point in the history
  3. Added tests (and verified support for) keyboard input, browser naviga…

    …tion, and script execution.
    the-t-in-rtf committed Jul 20, 2016
    Copy the full SHA
    83093b9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    62e8210 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0590d5b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    98ff278 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2016

  1. Copy the full SHA
    a6cf6d2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a6b8867 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fa6db01 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0e4e36e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5904b1e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2016

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

Commits on Jul 25, 2016

  1. Copy the full SHA
    312ffaf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f72590 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0d3315f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    acb73bd View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a9edc9a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    108ec74 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    331d626 View commit details
    Browse the repository at this point in the history
  8. Continued documentation spike. Moved actions and navigate helpers…

    … to a non-conflicting name and exposed the original functions.
    the-t-in-rtf committed Jul 25, 2016
    Copy the full SHA
    59a441d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Copy the full SHA
    a7a5a8c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8911f8c View commit details
    Browse the repository at this point in the history
  3. Confirmed a working approach that handles truly asynchronous function…

    …s passed to `executeAsyncScript`.
    the-t-in-rtf committed Jul 26, 2016
    Copy the full SHA
    b1d06a2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    40fd7c9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cbf98c9 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9aa577d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b1fe027 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    c569aee View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    564e01f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Finished failure mode tests. Converted to using webdriver.promise i…

    …nstead of `fluid.promise`, as we needed to be able to `catch` errors.
    the-t-in-rtf committed Jul 27, 2016
    Copy the full SHA
    b86c6b1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9c5a28a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3995347 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    843de69 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9746030 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c52220d View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    9f5a0ce View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    f473263 View commit details
    Browse the repository at this point in the history
  9. Converted to using Builder.withCapabilities instead of forBrowser

    …. Added tests for `getCapabilities` driver function to test this.
    the-t-in-rtf committed Jul 27, 2016
    Copy the full SHA
    7b3ffab View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    3a02c2d View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    41f528f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. Copy the full SHA
    ec902fa View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c4d8172 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2df8ddb View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5c10241 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a4b58a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2016

  1. Generalized aXe accessibility checking and added second set of checks…

    … using the Accessibility Developer Toolkit.
    the-t-in-rtf committed Aug 1, 2016
    Copy the full SHA
    1dc75f3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e40801c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7fd9b21 View commit details
    Browse the repository at this point in the history
  4. Improved tests that previously relied on the "autofocus" attribute, w…

    …hich is not supported in IE.
    the-t-in-rtf committed Aug 1, 2016
    Copy the full SHA
    6ad0e78 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2016

  1. Copy the full SHA
    02cc823 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    37bfa24 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    37f7b03 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a93efbf View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    a4e651e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    06aeb52 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    ce58f1e View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    91d3ca3 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    83465dc View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    2d1f5d1 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    b664be3 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    fd7f6c1 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    c3b769d View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    409f7d8 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    ad8adb9 View commit details
    Browse the repository at this point in the history
  16. Created a generalized mechanism for running client-side functions usi…

    …ng `fluid.invokeGlobalFunction`.
    the-t-in-rtf committed Aug 2, 2016
    Copy the full SHA
    c9c9b80 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    54ee5ec View commit details
    Browse the repository at this point in the history
  18. GPII-1887: Updated dependencies to minimize deprecation warnings and …

    …address security vulnerabilities introduced by our dependencies.
    the-t-in-rtf committed Aug 2, 2016
    Copy the full SHA
    e78d177 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    3343ab8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. Copy the full SHA
    88d3628 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. Copy the full SHA
    463cfcb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    21253ec View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    44198af View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6671dae View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f7178f0 View commit details
    Browse the repository at this point in the history
  6. NOJIRA: Removed unnecessary call to fluid.loadTestingSupport() to a…

    …void problems in downstream projects.
    the-t-in-rtf committed Aug 9, 2016
    Copy the full SHA
    afd04af View commit details
    Browse the repository at this point in the history
  7. NOJIRA: Added explicit test for click function (it's used indirectl…

    …y in other tests already).
    the-t-in-rtf committed Aug 9, 2016
    Copy the full SHA
    cd0c152 View commit details
    Browse the repository at this point in the history
  8. NOJIRA: Moved screenshot save function to helper functions (so that w…

    …e can saye screenshots in other packages).
    the-t-in-rtf committed Aug 9, 2016
    Copy the full SHA
    7152e44 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. GPII-1889: Simplified keyboard navigation and text input tests based …

    …on recent experience in other packages.
    the-t-in-rtf committed Aug 17, 2016
    Copy the full SHA
    d724a8a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    650225f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2016

  1. Copy the full SHA
    4842274 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4b4e405 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2016

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

Commits on Oct 27, 2016

  1. Copy the full SHA
    189254a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cccba4b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2016

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

Commits on Nov 16, 2016

  1. Copy the full SHA
    61ae406 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2d9342e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a759c83 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2529650 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. Copy the full SHA
    362b299 View commit details
    Browse the repository at this point in the history
  2. Removed untested code where possible and added istanbul hints for exp…

    …licitly untested method.
    the-t-in-rtf committed Nov 21, 2016
    Copy the full SHA
    7e1d3d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2016

  1. Copy the full SHA
    4f59184 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e2f101 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b454037 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

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

Commits on Dec 7, 2016

  1. Copy the full SHA
    e06300a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    679b3e1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3e9a587 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Copy the full SHA
    36e2ddc View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. Copy the full SHA
    38ab2d5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e699d5b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    439bff2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9121927 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    4d81014 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cb25098 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b6d1180 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1fd3252 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2016

  1. GPII-2179: Pin to a published version of infusion that includes the p…

    …ost-2.0.0 binder transform functions and deletion relay fix.
    the-t-in-rtf committed Dec 19, 2016
    Copy the full SHA
    5a2a1c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Copy the full SHA
    34b5431 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2017

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

Commits on Jan 27, 2017

  1. Copy the full SHA
    aa30519 View commit details
    Browse the repository at this point in the history
  2. NOJIRA: Updated gpii-express to released version. Updated outdated de…

    …pendencies based on output of `yarn outdated`.
    the-t-in-rtf committed Jan 27, 2017
    Copy the full SHA
    7677039 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2017

  1. Copy the full SHA
    a37b3a4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2a32d8c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cab5e9d View commit details
    Browse the repository at this point in the history