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

e2e test with selenium + browserstack for legacy browsers like IE. #21528

Closed
wants to merge 27 commits into from

Commits on Apr 15, 2020

  1. Initial update.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    5fffe54 View commit details
    Browse the repository at this point in the history
  2. Set up example test.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    a0bef92 View commit details
    Browse the repository at this point in the history
  3. Set up jest.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    52969d8 View commit details
    Browse the repository at this point in the history
  4. Set up eslint.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    4623226 View commit details
    Browse the repository at this point in the history
  5. Add global variables.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    d1e5400 View commit details
    Browse the repository at this point in the history
  6. Move jest.setup.js

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1c51c16 View commit details
    Browse the repository at this point in the history
  7. Move capabilities.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    42a33cc View commit details
    Browse the repository at this point in the history
  8. Move setupDriver.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    466ec53 View commit details
    Browse the repository at this point in the history
  9. Set up browserstack.local.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    6450dbb View commit details
    Browse the repository at this point in the history
  10. global.d.ts -> index.d.ts.

    global.d.ts doesn't work.
    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    f6fac7f View commit details
    Browse the repository at this point in the history
  11. Write test for local test.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    bec8247 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9b29c01 View commit details
    Browse the repository at this point in the history
  13. Add .env template.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    337eac2 View commit details
    Browse the repository at this point in the history
  14. Add NAME and KEY constants.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    a03d962 View commit details
    Browse the repository at this point in the history
  15. Add example test.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    b6009b2 View commit details
    Browse the repository at this point in the history
  16. Update structure.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    f1a99f7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e6f1144 View commit details
    Browse the repository at this point in the history
  18. Editorconfig.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    8ce04fc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ec2aabe View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    af7636b View commit details
    Browse the repository at this point in the history
  21. roodir to lib.

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    c4e7734 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3149b94 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7c81496 View commit details
    Browse the repository at this point in the history
  24. 8888 -> 8889

    sainthkh committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    a877909 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c56cb73 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5a7cbe6 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c7156c2 View commit details
    Browse the repository at this point in the history