Releases: dersnek/capybara-wsl
Releases · dersnek/capybara-wsl
v1.0.3
v1.0.2
v1.0.1
v1.0.0
- Inject
BROWSER
env variable at runtime so that it's not required to set it manually anymore. Pages and screenshots will be opened in the default Windows browser.
v0.3.0
- Automatically detect WSL distro
(because of thisCapybara::WSL.distro =
won't work anymore!) - Pass arguments from DSL-integrated methods 😅
- Update README to be more precise about adding a
$BROWSER
variable
v0.2.1
- Use prepend instead of gsub for path modification, so that you don't have to use
home
folder anymore.