Skip to content

Releases: Pragmatists/ng-test-runner

1.1.8

29 Dec 15:32
Compare
Choose a tag to compare

1.1.7

23 Dec 19:02
Compare
Choose a tag to compare

Tests cleanup

  • Simplify test config in test.ts
  • Remove duplicated import from app.module
  • Update dev dependencies
  • Add server.stop() after each test

1.1.6

15 Dec 18:40
c383ec4
Compare
Choose a tag to compare

Build/Improvements

  • Continuous integration cleanup - better integration with TravisCI (#10)

1.1.4

15 Dec 18:38
4abd9b6
Compare
Choose a tag to compare

Build/Improvements

  • Dependencies updated (#9)
  • Code cleanup (#9)

1.1.3

15 Dec 18:37
Compare
Choose a tag to compare

Features

  • Server request param handling (#8)

1.1.2

15 Dec 18:33
Compare
Choose a tag to compare

Features

  • Expose full response object from sinon to allow more response customizations (#7)

1.1.1

15 Dec 18:31
Compare
Choose a tag to compare

Features

  • valueOf and valuesOf methods for radiobuttons return true if element is checked (#4)
  • EventEmitter - support for banana style usage in components (#5)
  • blur action added (#6)

1.1.0

15 Dec 18:21
Compare
Choose a tag to compare

Features

  • Support for SVG
  • Assertions for HTML attributes (attributeOf, attributesOf)

1.0.1

15 Dec 18:15
24530ff
Compare
Choose a tag to compare

Features

  • Distinction between singular and plural assertions (for example expectThat.textOf('.list').contains(...) vs expectThat.textsOf('.list').contain(...))
  • Support for contenteditable attribute

1.0.0

15 Dec 18:07
Compare
Choose a tag to compare

Initial release