Skip to content
Snippets Groups Projects
  1. Apr 04, 2024
  2. Mar 23, 2024
  3. Mar 22, 2024
  4. Mar 20, 2024
  5. Mar 19, 2024
  6. Mar 17, 2024
  7. Mar 15, 2024
  8. Mar 12, 2024
  9. Mar 11, 2024
  10. Mar 10, 2024
  11. Mar 09, 2024
  12. Mar 08, 2024
  13. Mar 07, 2024
  14. Mar 06, 2024
  15. 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
  16. Mar 04, 2024
  17. Mar 03, 2024
  18. Feb 28, 2024
  19. Feb 23, 2024