Sha256: 478ec4980898c23f13bba1cd478d9021b7d6fb9cef3cfa1b51076152fc034e31

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

0.3.2
- Fixed vendor directory not being included in the gem

0.3.1
- Client accepts selenium_browser_start_command parameter, which allows the user to parameterize the selenium_browser_start_command

0.3.0
- Client accepts selenium_server_start_command parameter, which allows the user to parameterize the selenium_server_start_command
- Added support for running specs in Internet Explorer via POST /runners/iexplore
- Resource file download performance improvements via caching and chunked sending
- Fixed false positive bug when Client connection times out
- Added JSSpec.session_id method
- Removed JSSpec.guid property
- Sending session_id post parameter instead of guid
- Using Selenium session_id instead of a generated guid to identify the session.
- ExampleGroups no longer need to be constructors
- Fixed finalize for nil error when running specs from the browser

0.2.1
- Using thin 0.8.1
- Fixed server crashing on exception issue.
- Add div id=js_spec_content into the body of the runner html.
- Fixed timeout issues by immediately sending the head of the response.
- Better error message when selenium server is not running

0.2.0
- Using Thin as the server
- Using Selenium to run the browsers
- Added instructions to run JsSpec on CI
- Added js_spec as an executable

0.1.0
- Added RailsServer
- Better namespacing

0.0.1
- Initial Release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
js_spec-0.3.2 CHANGES