feat: add command for e2e tests to docs (#38851)
This commit is contained in:
		@@ -318,6 +318,7 @@ A quick reference to the commands that you will need when working locally.
 | 
				
			|||||||
| `npm run test:curriculum --block='Basic HTML and HTML5'`       | Test a specific Block.                                                              |
 | 
					| `npm run test:curriculum --block='Basic HTML and HTML5'`       | Test a specific Block.                                                              |
 | 
				
			||||||
| `npm run test:curriculum --superblock='responsive-web-design'` | Test a specific SuperBlock.                                                         |
 | 
					| `npm run test:curriculum --superblock='responsive-web-design'` | Test a specific SuperBlock.                                                         |
 | 
				
			||||||
| `npm run test:server`                                          | Run the server test suite.                                                          |
 | 
					| `npm run test:server`                                          | Run the server test suite.                                                          |
 | 
				
			||||||
 | 
					| `npm run e2e`                                                  | Run the Cypress end to end tests.                                   |
 | 
				
			||||||
| `npm run clean`                                                | Uninstalls all dependencies and cleans up caches.                                   |
 | 
					| `npm run clean`                                                | Uninstalls all dependencies and cleans up caches.                                   |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Making changes locally
 | 
					## Making changes locally
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user