• BiggestBulb
    link
    fedilink
    118 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
      link
      English
      48 months ago

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

      • @[email protected]
        link
        fedilink
        English
        28 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.