CodeceptJS v1.4.4 Release Notes

    • 🔌 autoDelay plugin added. Adds tiny delay before and after an action so the page could react to actions performed.
    • [Puppeteer] improvements by @luismanuel001
      • click no longer waits for navigation
      • clickLink method added. Performs a click and waits for navigation.
    • Bootstrap scripts to be started only for run command and ignored on list, def, etc. Fix by @LukoyanovE