scarpe-team / scarpe

Scarpe - shoes but running on webview
Other
163 stars 28 forks source link

Should run examples with Tiranti turned on #433

Closed noahgibbs closed 1 year ago

noahgibbs commented 1 year ago

We'd like to run tests with Tiranti (the Bootstrap HTML renderer) turned on. But right now that will fail in TestWebviewPara, because we're asserting on pretty exact HTML.

So maybe just add more examples tests, but with Tiranti turned on? We should also lock down which renderer we're using in the tests rather than inheriting the env var from the console.

noahgibbs commented 1 year ago

Fixed by #434