Releases: gdotdesign/elm-spec
Releases · gdotdesign/elm-spec
1.0.12
1.0.11
- Add ability to dispatch events on document and window.
1.0.10
- Added ability to mock the layout of elements with
layout
1.0.9
- Move used functions from other modules to Spec so it's the only one that needs to be imported.
1.0.8
- Added missing CSS3 properties (flex, transition, animation) to cssstyle
1.0.7
- Fix binary script to work with nodejs v4
- Fixed the default glob pattern to include sub-sub directories
- The current text of the element is shown on failure of
containsText
- Fix event data for
dispatchEvent
- Keep app displayed for testing purposes after the tests have finished in HTML reporting
1.0.6
- Added command line arguments and help via yargs
- Added progress reporter
- Moved current reporter as documentation
1.0.5
- Added stepGroup to create compound steps and assertions.
1.0.4
- Make history (
pushState
,setState
) work to test SPAs
1.0.3
- Added ability to mock XHMLHttpRequests
- Added ability to run specific files and tests and report failing tests.