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

chore(#8159): Run our e2e standard test on minimum browser requirements #8663

Merged

Commits on Oct 24, 2023

  1. Fix standard config specs to run on chrome 90

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a58ff8e View commit details
    Browse the repository at this point in the history
  2. Add changes after npm install

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0fcc6eb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Revert unwanted changes

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9d1a257 View commit details
    Browse the repository at this point in the history
  2. Add suggested feedback

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0106c3c View commit details
    Browse the repository at this point in the history
  3. Fix chrome_version env variable setup

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    3be7204 View commit details
    Browse the repository at this point in the history
  4. Add chrome version to test name

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    620d51a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Update binary not to use my local chrome

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1985f82 View commit details
    Browse the repository at this point in the history
  2. install chromedriver 90

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d351a14 View commit details
    Browse the repository at this point in the history
  3. Revert deletion of chromedriver 90 dependency

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1d036bb View commit details
    Browse the repository at this point in the history
  4. Delete chromedriver dependency

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a3fb420 View commit details
    Browse the repository at this point in the history
  5. Fix spaces in run

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    1296225 View commit details
    Browse the repository at this point in the history
  6. Change where to set CHROME_VERSION env

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    70e2d67 View commit details
    Browse the repository at this point in the history
  7. Add no-sandbox to prevent session not created chromedriver error

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9c4e3c1 View commit details
    Browse the repository at this point in the history
  8. Revert change in the test names

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e1d6cfd View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Merge Install Chrome and Chromedriver version 90 in one step

    Co-authored-by: Gareth Bowen <gareth@medic.org>
    lorerod and garethbowen authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ba2bff9 View commit details
    Browse the repository at this point in the history
  2. Change name in step and, simplify chrome args

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    fef6234 View commit details
    Browse the repository at this point in the history
  3. Merge branch '8159-minimum-browser-requirements-chromedriver-standard…

    …' of https://github.com/medic/cht-core into 8159-minimum-browser-requirements-chromedriver-standard
    
    merge with origin
    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    9e00c9d View commit details
    Browse the repository at this point in the history
  4. Fix name calculation

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    808de5b View commit details
    Browse the repository at this point in the history
  5. Fix eslint

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    fc69725 View commit details
    Browse the repository at this point in the history
  6. Merge with master

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bbad89b View commit details
    Browse the repository at this point in the history
  7. Fix >> character

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    daa9f9e View commit details
    Browse the repository at this point in the history
  8. Add await browser.url('/'); before login

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1b182bc View commit details
    Browse the repository at this point in the history
  9. Add await browser.url('/'); before logout

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e2e9664 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Change roleField selector to work also on Chrome90

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8224cd7 View commit details
    Browse the repository at this point in the history
  2. Fix eslint

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    51cecb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Use browserVersion to choose the method to get text from a span element

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    4448232 View commit details
    Browse the repository at this point in the history
  2. Fix eslint

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8bbc898 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Delete browser.url('/'); after logout

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    94cbedb View commit details
    Browse the repository at this point in the history
  2. Delete no-sandbox option

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b4658da View commit details
    Browse the repository at this point in the history
  3. Delete unnecessary waits

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b318fb5 View commit details
    Browse the repository at this point in the history
  4. expose a common function to validate if the browser version is the m…

    …inimum
    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    d535e12 View commit details
    Browse the repository at this point in the history
  5. Fix eslint

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    1b6c7fb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Create standard enketo wdio page to have common enketo forms definitions

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    469107e View commit details
    Browse the repository at this point in the history
  2. Merge conflicts with master branch

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9f2b883 View commit details
    Browse the repository at this point in the history
  3. Fix eslint

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9a9db44 View commit details
    Browse the repository at this point in the history
  4. Merge conflicts with master

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3b0951c View commit details
    Browse the repository at this point in the history
  5. Delete BrowserVersion as is not neccesary if setting binary

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f7e35ab View commit details
    Browse the repository at this point in the history
  6. Set undefined browserVersion when is not minimum

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7a81810 View commit details
    Browse the repository at this point in the history
  7. Delete chromedriver dependencies

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    afe062f View commit details
    Browse the repository at this point in the history
  8. Add chromedriver binary path

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    158cd51 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Add disable-dev-shm-usage arg

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    9c2ff79 View commit details
    Browse the repository at this point in the history
  2. Fix eslint

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    bc34462 View commit details
    Browse the repository at this point in the history
  3. Fix misspelled

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    12398e4 View commit details
    Browse the repository at this point in the history
  4. Check chromedriver version

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    2e240d2 View commit details
    Browse the repository at this point in the history
  5. Get chromedriver version

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    91b0e73 View commit details
    Browse the repository at this point in the history
  6. Use node modules chromedriver

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    4985bf1 View commit details
    Browse the repository at this point in the history
  7. Fix driver version output

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7f0d21f View commit details
    Browse the repository at this point in the history
  8. Add no-sandbox to make the test pass, and print browser and driver ve…

    …rsions
    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ce45ba1 View commit details
    Browse the repository at this point in the history
  9. Fix eslint

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    dfd9582 View commit details
    Browse the repository at this point in the history
  10. Add no-sandbox argument only when running tests with chrome90

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8ad6f54 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Implement feedback

    Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    d777818 View commit details
    Browse the repository at this point in the history