mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix broken link in tests/e2e/README (#24576)
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
# End to end tests
 | 
					# End to end tests
 | 
				
			||||||
 | 
					
 | 
				
			||||||
E2e tests largely follow the same syntax as [integration tests](tests/e2e/README.md). 
 | 
					E2e tests largely follow the same syntax as [integration tests](../integration).
 | 
				
			||||||
Whereas integration tests are intended to mock and stress the back-end, server-side code, e2e tests the interface between front-end and back-end, as well as visual regressions with both assertions and visual comparisons.
 | 
					Whereas integration tests are intended to mock and stress the back-end, server-side code, e2e tests the interface between front-end and back-end, as well as visual regressions with both assertions and visual comparisons.
 | 
				
			||||||
They can be run with make commands for the appropriate backends, namely:
 | 
					They can be run with make commands for the appropriate backends, namely:
 | 
				
			||||||
```shell
 | 
					```shell
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user