Releases: NiGhTTraX/tdd-buffet
Releases · NiGhTTraX/tdd-buffet
@tdd-buffet/[email protected]
[email protected]
@tdd-buffet/[email protected]
2.0.9 (2021-05-29)
Bug Fixes
- deps: update dependency less-loader to v9 (a58fb5a)
- deps: update dependency mini-css-extract-plugin to ~1.6.0 (12175ce)
- deps: update dependency postcss-loader to ~5.3.0 (b4826d1)
- deps: update dependency postcss-normalize to v10 (b7e66c5)
- deps: update dependency webpack to ~5.36.0 (73b9018)
- deps: update dependency webpack to ~5.37.0 (5375851)
- deps: update dependency webpack to ~5.38.0 (548f167)
@tdd-buffet/[email protected]
0.3.1 (2021-05-29)
Note: Version bump only for package @tdd-buffet/visual
@tdd-buffet/[email protected]
0.4.20 (2021-05-29)
Note: Version bump only for package @tdd-buffet/selenium
@tdd-buffet/[email protected]
2.0.0 (2021-05-29)
Bug Fixes
- deps: update jest monorepo to v27 (c983217)
Code Refactoring
- jest-config: Remove
$prettyDOM
options argument (dd7ae67)
BREAKING CHANGES
- jest-config: Removed the optional
options
argument to$prettyDOM
due to a type mismatch between@testing-library/react
and the
pretty-format
package used byjest
.
@tdd-buffet/[email protected]
4.0.0 (2021-05-29)
Bug Fixes
- deps: update dependency fs-extra to v10 (802ed0e)
- deps: update dependency ts-jest to v27 (a76693c)
- deps: update jest monorepo to v27 (c983217)
Code Refactoring
- jest-config: Use latest JSDOM test environment (0a1418c), closes /github.com/jsdom/jsdom/blob/master/Changelog.md#1600
BREAKING CHANGES
- jest-config: You shouldn't notice any changes, but check the
- deps: ts-jest will use the
sourceMap
option from the
tsconfig.json
.
[email protected]
3.0.0 (2021-04-25)
Bug Fixes
- deps: update dependency ts-loader to ~9.1.0 (b90a952)
- deps: update dependency ts-loader to v9 (c5442ab)
Code Refactoring
- Use Puppeteer instead of WebdriverIO (6960e4c)
Features
- tdd-buffet: Allow specifying Puppeteer launch options (6366fea)
BREAKING CHANGES
tdd-buffet/suite/gui
and@tdd-buffet/visual
now use
Puppeteer instead of WebdriverIO for faster tests with less setup.
Changes include:
- a Puppeteer.Page is passed to
vit
instead ofWebdriverIO.Browser
bindBrowser
has been renamed tobindPage
to align with Puppeteer types- the
BROWSER
,SELENIUM_HOST
andSELENIUM_PORT
environment variable have
been removed - test names will no longer contain the browser name
- the screenshot results path will no longer contain the browser name
@tdd-buffet/[email protected]
2.0.8 (2021-04-25)
Bug Fixes
- deps: update dependency less-loader to ~8.1.0 (9328f02)
- deps: update dependency mini-css-extract-plugin to ~1.5.0 (fedf0da)
- deps: update dependency webpack to ~5.31.0 (f5707a7)
- deps: update dependency webpack to ~5.32.0 (77a7a48)
- deps: update dependency webpack to ~5.33.0 (511d664)
- deps: update dependency webpack to ~5.34.0 (aa2f26d)
- deps: update dependency webpack to ~5.35.0 (2fab45e)
@tdd-buffet/[email protected]
0.3.0 (2021-04-25)
Bug Fixes
- deps: update dependency @mugshot/webdriverio to ~2.0.0 (4b82abf)
Code Refactoring
- Use Puppeteer instead of WebdriverIO (6960e4c)
BREAKING CHANGES
tdd-buffet/suite/gui
and@tdd-buffet/visual
now use
Puppeteer instead of WebdriverIO for faster tests with less setup.
Changes include:
- a Puppeteer.Page is passed to
vit
instead ofWebdriverIO.Browser
bindBrowser
has been renamed tobindPage
to align with Puppeteer types- the
BROWSER
,SELENIUM_HOST
andSELENIUM_PORT
environment variable have
been removed - test names will no longer contain the browser name
- the screenshot results path will no longer contain the browser name