Releases: intuit/proof
Releases · intuit/proof
v0.1.5
🐛 Bug Fix
@proof-ui/browser
,@proof-ui/core
- move switchToFrame to getStories #55 (@hainessss)
Authors: 1
v0.1.4
🐛 Bug Fix
@proof-ui/applitools-plugin
- Add dep for selenium-webdriver (used by applitools) #53 (@adierkens)
Authors: 1
- Adam Dierkens (@adierkens)
v0.1.3
🐛 Bug Fix
@proof-ui/config
,@proof-ui/applitools-plugin
- Update applitools version in the plugin #52 (@adierkens)
Authors: 1
- Adam Dierkens (@adierkens)
v0.1.2
🐛 Bug Fix
@proof-ui/browser
- Fix headless chrome arguments for
--headless
flag #51 (@adierkens)
- Fix headless chrome arguments for
Authors: 1
- Adam Dierkens (@adierkens)
v0.1.1
🐛 Bug Fix
@proof-ui/browser
,@proof-ui/cli
- WDIO 6.0 Fixes #50 (@adierkens)
Authors: 1
- Adam Dierkens (@adierkens)
v0.1.0
Release Notes
From #36
🔥 Breaking 🔥
- Upgrades webdriverio to version 6 (up from 4). This includes changing the API for the
browser
object passed to tests. See https://v6.webdriver.io/ for API changes. - Removes the
@proof-ui/storybook
package and the configuration step. Stories are now gathered using storybook directly; and no changes or registration code is required from clients to run tests. - Removes the inclusion of
power-assert
in favor of users providing their own assertion library.
Features
- Add ability to change the name of the tests using the
test()
API.
Internal Changes
- Updates all dependencies to latest versions
- Swap
xo
toeslint
Canary Release - 0.0.21-canary.b590b95.0
🔨 Breaking Minor Change
@proof-ui/browser
,@proof-ui/cli-plugin
,@proof-ui/cli
,@proof-ui/config
,@proof-ui/core
,@proof-ui/logger
,@proof-ui/test
,@proof-ui/utils
,@proof-ui/a11y-plugin
,@proof-ui/add-all-plugin
,@proof-ui/applitools-plugin
,@proof-ui/babel-plugin
,@proof-ui/console-plugin
,@proof-ui/junit-plugin
,@proof-ui/skip-tests-plugin
- webdriverio upgrade #36 (@adierkens)
🐛 Bug Fix
- Freeze lockfile when releasing #49 (@adierkens)
- Remove legacy auto flag #48 (@adierkens)
Authors: 1
- Adam Dierkens (@adierkens)
v0.0.20-0
🚧 Prerelease
@proof-ui/applitools-plugin
- Update applitools version #47 (@adierkens)
Authors: 1
- Adam Dierkens (@adierkens)
v0.0.19
🐛 Bug Fix
@proof-ui/storybook
- Use ES5 as target for storybook plugin #46 (@adierkens)
Authors: 1
- Adam Dierkens (@adierkens)
v0.0.18
🐛 Bug Fix
@proof-ui/browser
- pass port to localgrid.start #45 (@hainessss)
⚠️ Pushed to master
- run tests serially ([email protected])
- remove codecov line ([email protected])
Authors: 2
- @hainessss
- Adam Dierkens ([email protected])
v0.0.17
🐛 Bug Fix
@proof-ui/applitools-plugin
- Use Configuration object from eyes.webdriver #43 (@adierkens)
Authors: 1
- Adam Dierkens (@adierkens)