Skip to content
Snippets Groups Projects
  1. Mar 07, 2024
  2. Mar 06, 2024
  3. Mar 05, 2024
    • Benjamin Franzke's avatar
      [TASK] Allow execution of acceptance tests with local chromedriver · a598d0c2
      Benjamin Franzke authored
      A local instance can sometimes be easier to debug and browser issues
      can be introspected, when acceptance tests are possible to be run on
      the host instead of in containers only.
      
      Allow to run acceptance tests against a local server using a local
      chromedriver. Also avoid the usage of precalculated session hashes,
      which has no clear advantage, but requires codecept to perform
      database connections directly: The tests now login via the backend
      login form instead and store the session cookies between test runs.
      
      As a side effect the codeception suites are cleaned up, to use
      more efficient module config, instead of redundantly repeating
      all WebDriver settings for headless and non-headless environment.
      
      To execute codeception with local chromedriver against a custom
      server URL run:
      
        chromedriver --silent & # use `killall chromedriver` when done
      
        typo3TestingAcceptanceBaseUrl=https://mycore.example.com/ \
        typo3TestingAcceptanceAdminPassword=...
      a598d0c2
  4. Mar 04, 2024
  5. Mar 03, 2024
  6. Feb 28, 2024
  7. Feb 23, 2024
  8. Feb 22, 2024
  9. Feb 21, 2024
  10. Feb 20, 2024
  11. Feb 19, 2024
  12. Feb 17, 2024
  13. Feb 15, 2024
  14. Feb 13, 2024
  15. Feb 12, 2024
  16. Feb 11, 2024
  17. Feb 10, 2024
  18. Feb 09, 2024
  19. Feb 08, 2024
  20. Feb 07, 2024
  21. Feb 05, 2024
  22. Feb 03, 2024
  23. Feb 02, 2024
  24. Jan 31, 2024