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

Replace WebDriverIO with Cypress #831

Merged
merged 19 commits into from
Dec 17, 2023
Merged

Replace WebDriverIO with Cypress #831

merged 19 commits into from
Dec 17, 2023

Commits on Dec 14, 2023

  1. Use driver pattern for e2e tests (#2)

    * Initial commit
    
    * Fix spec
    
    * Move driver
    
    * Fix config location
    
    * Fix helper location
    
    * More usage of driver
    
    * Add click
    
    * Fix click
    
    * Migrate more tests
    
    * Add setValue to driver
    
    * Move more code to driver
    
    * add isExisting to driver
    
    * Change modal tests to use driver
    
    * Fix tests
    
    * Fix test
    
    * Fix invalid alert wait
    
    * Fix missing wd
    
    * Fix tests
    
    * Fix missing fs
    
    * Fix test
    
    * Fix path
    
    * Move screenshort to driver
    
    * Migrate keyboard
    
    * Migrate skiplinks to driver
    
    * Fix tests
    
    * Try fix skip-links
    
    * add config
    
    * Add helper
    
    * Fix driver?
    
    * remove helper
    
    * remove wd-helper
    
    * Remove redundant file
    
    * Remove webdriver extsions
    HarelM authored Dec 14, 2023
    Configuration menu
    Copy the full SHA
    73f7798 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Dec 16, 2023

  1. remove old tests

    HarelM committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2ad4993 View commit details
    Browse the repository at this point in the history
  2. Finish migration of tests

    HarelM committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    9c9d6bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abfed99 View commit details
    Browse the repository at this point in the history
  4. Add to CI

    HarelM committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    f7de7ff View commit details
    Browse the repository at this point in the history
  5. Remove leftovers

    HarelM committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    5c7d6f2 View commit details
    Browse the repository at this point in the history
  6. Fix build

    HarelM committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    5d8041f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fb06d1 View commit details
    Browse the repository at this point in the history
  8. Fix history test for linux

    HarelM committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2b10213 View commit details
    Browse the repository at this point in the history
  9. Add firefox to browser tests

    HarelM committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2c45b5a View commit details
    Browse the repository at this point in the history
  10. Update cypress/e2e/map.cy.ts

    Co-authored-by: Yuri Astrakhan <[email protected]>
    HarelM and nyurik authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    a1c2670 View commit details
    Browse the repository at this point in the history
  11. Update cypress/e2e/driver.ts

    Co-authored-by: Yuri Astrakhan <[email protected]>
    HarelM and nyurik authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    2f62c20 View commit details
    Browse the repository at this point in the history
  12. Update config/webpack.production.config.js

    Co-authored-by: Yuri Astrakhan <[email protected]>
    HarelM and nyurik authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    c6bfd96 View commit details
    Browse the repository at this point in the history
  13. Update config/webpack.profiling.config.js

    Co-authored-by: Yuri Astrakhan <[email protected]>
    HarelM and nyurik authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    4654219 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    d4c9b99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    011fb77 View commit details
    Browse the repository at this point in the history
  3. Update readme

    HarelM committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    f0bf7fd View commit details
    Browse the repository at this point in the history
  4. Remove reference to DWIO

    HarelM committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9c15ce8 View commit details
    Browse the repository at this point in the history