mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +00:00 
			
		
		
		
	doc tests: Add portico pages to tools/test-help-documentation.
Fixes #9117.
This commit is contained in:
		| @@ -53,3 +53,15 @@ class APIDocumentationSpider(UnusedImagesLinterSpider): | ||||
|     start_urls = ['http://localhost:9981/api'] | ||||
|     deny_domains = []  # type: List[str] | ||||
|     images_path = "static/images/api" | ||||
|  | ||||
| class PorticoDocumentationSpider(BaseDocumentationSpider): | ||||
|     name = 'portico_documentation_crawler' | ||||
|     start_urls = ['http://localhost:9981/hello', | ||||
|                   'http://localhost:9981/history', | ||||
|                   'http://localhost:9981/team', | ||||
|                   'http://localhost:9981/features', | ||||
|                   'http://localhost:9981/why-zulip', | ||||
|                   'http://localhost:9981/for/open-source', | ||||
|                   'http://localhost:9981/for/companies', | ||||
|                   'http://localhost:9981/for/working-groups-and-communities'] | ||||
|     deny_domains = []  # type: List[str] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user