Run end-to-end tests against the web app (#7171)

* Run end-to-end tests against the web app

* Capture logs for web tests
This commit is contained in:
Jace Browning
2025-05-27 14:11:31 -04:00
committed by GitHub
parent f502e445cc
commit 8bae76000c
11 changed files with 108 additions and 23 deletions

View File

@ -519,7 +519,7 @@ test.describe('Command bar tests', () => {
`Zoom to fit to shared model on web`,
{ tag: ['@web'] },
async ({ page, scene }) => {
if (process.env.PLATFORM !== 'web') {
if (process.env.TARGET !== 'web') {
// This test is web-only
// TODO: re-enable on CI as part of a new @web test suite
return