Sha256: eba721873f2fd9bef3181e53479536bbcae91647f2ebcfde60859a74407e5d03

Contents?: true

Size: 2 KB

Versions: 6

Compression:

Stored size: 2 KB

Contents

0.2.7
- Fixed issue where Jasmine Runner hangs when there is no window.console
- Fixed selenium runner for Jasmine.

0.2.6
- All js files are loaded, instead of *_spec.js.

0.2.5
- Renamed JsTestServer::Representations to JsTestServer::Views
- Added JsTestServer::Views::Spec.project_js_files and .project_css_files
- Updated to erector 0.6.7, which fixes a bug related to including modules into Views.
- Allow test suite to clear all cookies
- No longer using the /implementanions directory. Replace all cases of /implementations with /javascripts.
- Added support for custom suite files
- Added dependency on Erector
- Better error messages
- Changed dependency from Selenium to selenium-client
- Renamed Resources::Runner to Resources::SeleniumSession
- Changed /runners to /selenium_sessions

0.2.0
- Renamed Suite to Session to follow Selenium conventions
- Renamed SuiteFinish to SessionFinish to follow Selenium conventions
- Added /session, which uses the session_id cookie to derive the current session.
- Added /session/finished to be used to simplify client/server interactions.
- Remove File caching because it doesn't cause a noticable performance benefit over a local network and because it sometimes doesn't write over stale files.
- Client accepts selenium_browser_start_command parameter, which allows the user to parameterize the selenium_browser_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

0.1.1
- SuiteFinish#post immediately closes the connection

0.1.0
- Initial Release extracted from JsTestCore.
- Added JsTestCore::WebRoot.dispatch_specs and .dispatch_strategy
- Extracted JsTestCore::Resources::Specs::SpecDir
- Extracted JsTestCore::Resources::Specs::SpecFile
- No longer depending on Guid. The child libraries are responsible for obtaining the Selenium session_id from the client by using top.runOptions.getSessionId().

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
honkster-js-test-server-0.2.12 CHANGES
honkster-js-test-server-0.2.11 CHANGES
honkster-js-test-server-0.2.10 CHANGES
honkster-js-test-server-0.2.9 CHANGES
js-test-server-0.2.8 CHANGES
js-test-server-0.2.7 CHANGES