home.social

#wdio — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #wdio, aggregated by home.social.

  1. Got a #wdio test for a #lit #webcomponent running that is slightly more useful than the standard, auto-generated test.

    Success, I guess 😀

  2. Note to self: when writing E2E tests with WebDriverIO, start with #Firefox first.

    The gecko driver is much more finicky than the chrome driver. Things like buttons always need a waitForClickable before clicking, something you don't really need to do in #Chrome.

    #softwaretesting #webdriverio #wdio #webdriver #selenium