CodeceptJS v2.3.6 Release Notes

Release Date: 2019-11-23 // over 4 years ago
    • ๐Ÿ‘ Create better Typescript definition file through JSDoc. By @lemnis
    • ๐Ÿ‘ท run-workers now can use glob pattern. By @Ilrilan js // Example: exports.config = { tests: '{./workers/base_test.workers.js,./workers/test_grep.workers.js}', }
    • โž• Added new command npx codeceptjs info which print information about your environment and CodeceptJS configs. By @jamesgeorge007
    • ๐Ÿ›  Fixed some typos in documantation. By @pablopaul @atomicpages @EricTendian
    • โž• Added PULL_REQUEST template.
    • [Puppeteer][WebDriver] Added waitForClickable for waiting clickable element on page.
    • โœ… [TestCafe] Added support for remote connection. By @jvdieten
    • ๐Ÿ›  [Puppeteer] Fixed waitForText XPath context now works correctly. By @Heavik
    • โœ… [TestCafe] Fixed clearField clear field now awaits TestCafe's promise. By @orihomie
    • ๐Ÿ‘€ [Puppeteer] Fixed fails when executing localStorage on services pages. See #2026
    • ๐Ÿ›  Fixed empty tags in test name. See #2038