Rename desktop e2e scripts and tags for consistency (#7240)
* Rename desktop e2e scripts and tags for consistency * Show local command in main test step * Restore 'e2e' prefix to clarify GitHub UI * Add web script to contributor guide
This commit is contained in:
		| @ -5,7 +5,7 @@ import * as fsp from 'fs/promises' | ||||
| test.describe('Import UI tests', () => { | ||||
|   test( | ||||
|     'shows toast when trying to sketch on imported face, and hovering over imported geometry should NOT highlight any code', | ||||
|     { tag: ['@electron', '@macos', '@windows'] }, | ||||
|     { tag: ['@desktop', '@macos', '@windows'] }, | ||||
|     async ({ context, page, homePage, toolbar, scene, editor, cmdBar }) => { | ||||
|       await context.folderSetupFn(async (dir) => { | ||||
|         const projectDir = path.join(dir, 'import-test') | ||||
|  | ||||
		Reference in New Issue
	
	Block a user