testplane icon indicating copy to clipboard operation
testplane copied to clipboard

v9.0.0: Breaking changes

Open DudaGod opened this issue 1 year ago • 4 comments
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 devtools automation 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 TestCollection structure in order to simplify working with tests

DudaGod avatar Mar 06 '24 09:03 DudaGod

  • [ ] check resetCursor option and remove if it is useless: https://nda.ya.ru/t/3h0_DAIq779A7j (TESTPLANE-158)

KuznetsovRoman avatar Jul 23 '24 14:07 KuznetsovRoman

  • [ ] 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

DudaGod avatar Aug 12 '24 13:08 DudaGod

  • [ ] ship global it, describe, expect declarations separately, with extra @testplane/globals package in order to not pollute global declarations: https://nda.ya.ru/t/CsIH6D1577a4FN

KuznetsovRoman avatar Aug 14 '24 10:08 KuznetsovRoman

  • [ ] use "local" as default gridUrl

KuznetsovRoman avatar Dec 23 '24 02:12 KuznetsovRoman