Sha256: 423d24ff227aa12aed7414bfb142a757fc9aa6096e04b48f2ae63dba1e75d902

Contents?: true

Size: 1.36 KB

Versions: 4

Compression:

Stored size: 1.36 KB

Contents

- Added support for custom suite files
- Added dependency on Erector
- Better error messages
- Changed dependency from Selenium to selenium-client

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

4 entries across 4 versions & 1 rubygems

Version Path
pivotal-screw-unit-0.4.0 vendor/js-test-core/CHANGES
pivotal-screw-unit-0.4.1 vendor/js-test-core/CHANGES
pivotal-screw-unit-0.4.2 vendor/js-test-core/CHANGES
pivotal-screw-unit-0.4.3 vendor/js-test-core/CHANGES