Skip to content

Releases: gdotdesign/elm-spec

1.0.12

23 Jan 15:02
Compare
Choose a tag to compare
  • Added assertion for testing inline styles.

1.0.11

23 Jan 15:02
Compare
Choose a tag to compare
  • Add ability to dispatch events on document and window.

1.0.10

23 Jan 11:10
Compare
Choose a tag to compare
  • Added ability to mock the layout of elements with layout

1.0.9

21 Jan 08:20
Compare
Choose a tag to compare
  • Move used functions from other modules to Spec so it's the only one that needs to be imported.

1.0.8

18 Jan 09:57
Compare
Choose a tag to compare
  • Added missing CSS3 properties (flex, transition, animation) to cssstyle

1.0.7

18 Jan 06:41
Compare
Choose a tag to compare
  • 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

18 Jan 06:38
Compare
Choose a tag to compare
  • Added command line arguments and help via yargs
  • Added progress reporter
  • Moved current reporter as documentation

1.0.5

18 Jan 06:36
Compare
Choose a tag to compare
  • Added stepGroup to create compound steps and assertions.

1.0.4

18 Jan 06:35
Compare
Choose a tag to compare
  • Make history (pushState, setState) work to test SPAs

1.0.3

18 Jan 06:33
Compare
Choose a tag to compare
  • Added ability to mock XHMLHttpRequests
  • Added ability to run specific files and tests and report failing tests.