vechain / vechain-sdk-js

The official JavaScript SDK for VeChain.
24 stars 9 forks source link

Add support to the playwright examples #1515

Open victhorbi opened 1 week ago

victhorbi commented 1 week ago

Context The major source of incompatibilities so far was with the browser runtime environment, to tackle before time next issues with local setups, can be good to increase coverage in the most elegant, automated way. The Team proposed to consider Playwrite in our toolchain.

From the introduction it says " Playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Test on Windows, Linux, and macOS, locally or on CI, headless or headed with native mobile emulation of Google Chrome for Android and Mobile Safari."

Description

The expected outcome is that it should take care of the basic compatibility with most of the execution environment.