CodeceptJS v1.1.2 Release Notes

    • โฌ†๏ธ [Puppeteer] Upgraded to Puppeteer 1.0
    • โž• Added grep option to config to set default matching pattern for tests.
    • ๐Ÿ‘€ [Puppeteer] Added acceptPopup, cancelPopup, seeInPopup and grabPopupText functions by @reubenmiller
    • ๐Ÿ‘ [Puppeteer] within iframe and nested iframe support added by @reubenmiller
    • ๐Ÿ›ฐ [REST] Added support for JSON objects since payload (as a JSON) was automatically converted into "URL query" type of parameter by @Kalostrinho
    • [REST] Added resetRequestHeaders method by @Kalostrinho
    • [REST] Added followRedirect option and amFollowingRequestRedirects/amNotFollowingRequestRedirects methods by @Kalostrinho
    • [WebDriverIO] uncheckOption implemented by @brunobg
    • ๐Ÿ’ป [WebDriverIO] Added grabBrowserUrl by @Kalostrinho
    • โž• Add ability to require helpers from node_modules by @APshenkin
    • โž• Added --profile option to run-multiple command by @jamie-beck
    • ๐Ÿ’ป Custom output name for multiple browser run by @tfiwm
    • ๐Ÿ›  Fixed passing data to scenarios by @KennyRules