testplane
testplane copied to clipboard
v9.0.0: Breaking changes
trafficstars
- [ ] move to [email protected] and higher in order to be able to install [email protected] in which libvips installed from npm and not from gh. More info here - https://github.com/lovell/sharp/issues/3750
- [ ] move to webdriverio@9 and remove
devtoolsautomation protocol. More info here - https://github.com/webdriverio/webdriverio/issues/11860 - [ ] move to dual package with support esm and cjs
- [ ] implement ability to read config as async function
- [ ] round viewport coords with fractional values (more info here - #998)
- [ ] remove
TestCollectionstructure in order to simplify working with tests
- [ ] check resetCursor option and remove if it is useless: https://nda.ya.ru/t/3h0_DAIq779A7j (TESTPLANE-158)
- [ ] move to [email protected] and higher in order to be able to install [email protected] in which libvips installed from npm and not from gh. More info here - https://github.com/lovell/sharp/issues/3750
- [ ] round viewport coords with fractional values (more info here - #998)
Already done in https://github.com/gemini-testing/testplane/tree/testplane%409_rc branch
- [ ] ship global
it,describe,expectdeclarations separately, with extra@testplane/globalspackage in order to not pollute global declarations: https://nda.ya.ru/t/CsIH6D1577a4FN
- [ ] use "local" as default gridUrl