You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A first step in the task was completed by updating the unit tests to use assert instead of expect: #541
In addition, packaging changes were needed in rs-wnfs to support both node and headless browsers at the simultaneously: wnfs-wg/rs-wnfs#318
The ODD SDK needs a few other changes to align with this newer version of rs-wnfs. When that is complete, it should be possible to get the browser tests running.
Summary
Problem
Unit tests are currently run in node only. They may unexpectedly fail in the browser.
Impact
We may miss some error cases.
Solution
Run unit tests in headless browsers using
playwright-test
.The text was updated successfully, but these errors were encountered: