• BiggestBulb@kbin.run
    link
    fedilink
    arrow-up
    11
    ·
    5 months ago

    The really irritating part is that tools like Playwright let you end-to-end test your product across the big three (Chromium, Firefox and Webkit). Which, most of the time, means these products that specify “Chrome only” simply aren’t E2E testing with modern tools.

    • pivot_root@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      5 months ago

      The only end-to-end happening in those scenarios is the end-to-end pipeline of “shit in, shit out”.

      • max@feddit.nl
        link
        fedilink
        English
        arrow-up
        2
        ·
        5 months ago

        Let’s be honest, probably no (automated) pipelines involved in the whole project. Bonus points for SSH’ing into the production server and manually making edits there.