mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00:00 
			
		
		
		
	docs(vscode): outline more that global teardown needs to be executed manually (#33221)
This commit is contained in:
		
							parent
							
								
									ef84051c91
								
							
						
					
					
						commit
						131f8b39c3
					
				@ -202,7 +202,7 @@ To run the **setup** test only once, deselect it from the projects section in th
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
## Global Setup
 | 
					## Global Setup
 | 
				
			||||||
 | 
					
 | 
				
			||||||
**Global setup** tests are run when you execute your first test. This runs only once and is useful for setting up a database or starting a server. You can manually run a **global setup** test by clicking the `Run global setup` option from the **Setup** section in the Playwright sidebar. You can also run **global teardown** tests by clicking the `Run global teardown` option.
 | 
					**Global setup** runs when you execute your first test. It runs only once and is useful for setting up a database or starting a server. You can manually run **global setup** by clicking the `Run global setup` option from the **Setup** section in the Playwright sidebar. **Global teardown** does not run by default; you need to manually initiate it by clicking the `Run global teardown` option.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Global setup will re-run when you debug tests as this ensures an isolated environment and dedicated setup for the test.
 | 
					Global setup will re-run when you debug tests as this ensures an isolated environment and dedicated setup for the test.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user