Starting with version 1.6.0 all the changes will be documented here
Finally! Tagging tests! (#100, #58, #46, #24 - Thanks @GlynnJKW @ChrisBAshton @jlin412 @sawasawasawa @lucetius for all the great work!)
Display variable names in scenario outlines instead of placeholder ( #98 - Thanks @novascreen !)
The return of This! in the step definitions. ( #96 - Thanks for reporting christiansaiki !)
Reload step definitions paths after cypress starts up. This allows for recognizing files created while cypress is running. ( Thanks @cvqprs for letting me know about this, rather alarming, issue! )
Watch mode code simplification
Fix output path for bundle directory on windows platform ( #81 - Thanks @agentHoover !)
Improved TypeScript documentation example ( #92 - thanks @mhogdson ! )
Documented example of sharing context between given, when, then steps to README file (#37).
Instructions for using TypeScript ( #61 - thanks to @KeithGillette for discovering that it never actually worked, made possible by 1.2.0 with the input from @bensampaio )
Works with Imports/Exports ! ( #52 #20 ) This possibly opens the road to using TypeScript as well :-) Thanks to @bensampaio for the dead on suggestion how to get around this problem. :-)
Custom Parameter types ( #66 - thanks to @oltodo !) Support for WebStorm Step Definitions recognition ( #56 thanks kayvanbree vadimromanyak )
Updated dependencies ( Thanks @ryzy ) Fixed documentation 404 link ( Thanks ChrisBashton !) Updated documentation to say that TypeScript doesn't work after all :-( ( thanks to @KeithGillette for help with debugging this)
Regular expressions working in step definitions ( #42 - thanks to @stevepkuo for reporting !)
Scenarios run as single steps now. ( #44 / #43 - thanks so much to @BenoitAverty not only for the PR but for the courage to question the status quo/think outside of the box here :) ) This has a downside of less readable/uglier test reports, but allows realistically testing of real-world web applications. We will revisit once Cypress makes necessary adjustments - cypress-io/cypress#686
Support for typescript ( #32 - thanks to @StefanNieuwenhuis for the PR !)
Support for Background section ( #21 - thanks to @jmozgawa for implementing this! )
Requiring files ( #30 - reported by @0xR )
Given, When, Then are interchangeable now. Also - And/But works as well. ( #31 , #28 - thanks to @GregorD1 @jbbn and @imageica for reporting ) fileServerFolder option is not the preferred way to set path to step_definition anymore. We use cosmiconfig now. ( #16 - thanks to @reaktivo @dvelasquez for reporting and discussion )
Scenario will skip steps after the first failing one ( #23 - reported by @reaktivo )
Support for Scenario Outlines ( #11 Thanks @mbaranovski !)
Wallaby and jest configurations for super nice development experience ( Thanks @mbaranovski !)
Support for datatables and docstrings ( #7 Thanks @fcurella !)
Allow custom dir config ( #5 Thanks @dvelasquez !)
Tests and CircleCI integration! (@lgandecki)
Changelog!
Readme: fix configuration error (#11 Thanks @alopezsanchez !)
Updated Readme with TODO
Added and enforced prettier with eslint (@lgandecki)