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:
		@ -57,7 +57,7 @@ sketch003 = startSketchOn(plane001)
 | 
			
		||||
test.describe('Feature Tree pane', () => {
 | 
			
		||||
  test(
 | 
			
		||||
    'User can go to definition and go to function definition',
 | 
			
		||||
    { tag: '@electron' },
 | 
			
		||||
    { tag: '@desktop' },
 | 
			
		||||
    async ({ context, homePage, scene, editor, toolbar, cmdBar, page }) => {
 | 
			
		||||
      await context.folderSetupFn(async (dir) => {
 | 
			
		||||
        const bracketDir = join(dir, 'test-sample')
 | 
			
		||||
@ -150,7 +150,7 @@ test.describe('Feature Tree pane', () => {
 | 
			
		||||
 | 
			
		||||
  test(
 | 
			
		||||
    `User can edit sketch (but not on offset plane yet) from the feature tree`,
 | 
			
		||||
    { tag: '@electron' },
 | 
			
		||||
    { tag: '@desktop' },
 | 
			
		||||
    async ({ context, homePage, scene, editor, toolbar, page }) => {
 | 
			
		||||
      await context.addInitScript((initialCode) => {
 | 
			
		||||
        localStorage.setItem('persistCode', initialCode)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user