Changelog
2.12.0
A change from Thomas Junghans now [allows to have sharable configs][pull-24]. It works similar to sharable configs in eslint. Check out the readme for instructions.
1d5b9a2
feature: add shareable config support (Thomas Junghans)a3ce836
Add contributordf66b9d
Update Studio Changes for --footer
supportReleased by Maximilian Antoni on 2018-09-05.
Changelog
2.11.0
Steffen André Langnes added the ability to configure custom capabilities.
Changelog
2.10.0
Changelog
2.9.2
Further decreases the buffer size introduced in v2.9.1
to work around the
Chrome driver issue which still occurs occasionally.
Changelog
2.9.1
Running test suits or projects sometimes caused issues with Chrome. This appears
to be an issue with a buffer size limit when executing scripts through
chromedriver
.
With this path, scripts are no longer injected directly. Instead, a small
receiver function is injected and the actual test code is sent to that function
in chunks, bypassing the buffer limit. Once the script was fully received by the
browser, it is injected with a new <script>
tag.
Related issues:
Changelog
2.9.0
Moshe Kolodnya [made it possible][PR14] to use a different config file. He also
[sent a PR][PR13] to allow the .min-wd
file to be loaded as a node module.
Thanks!