Sha256: 8ea67671709f5a06c7b383c012b9ebfbd775f8a3535c1fb3694f0239de5a4d3d

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 KB

Contents

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.1 CHANGES