mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 01:32:40 +02:00
test(web): add Confluence connector journey
This commit is contained in:
parent
e5889053c2
commit
08fdd0a328
3 changed files with 112 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ export const CANARY_TOKENS = {
|
|||
gmailCanary: "SURFSENSE_E2E_CANARY_TOKEN_GMAIL_001",
|
||||
calendarCanary: "SURFSENSE_E2E_CANARY_TOKEN_CALENDAR_001",
|
||||
notionCanary: "SURFSENSE_E2E_CANARY_TOKEN_NOTION_001",
|
||||
confluenceCanary: "SURFSENSE_E2E_CANARY_TOKEN_CONFLUENCE_001",
|
||||
linearCanary: "SURFSENSE_E2E_CANARY_TOKEN_LINEAR_001",
|
||||
jiraCanary: "SURFSENSE_E2E_CANARY_TOKEN_JIRA_001",
|
||||
} as const;
|
||||
|
|
@ -100,6 +101,20 @@ export const FAKE_NOTION_PAGES = {
|
|||
},
|
||||
} as const;
|
||||
|
||||
/**
|
||||
* Fake Confluence page IDs that match what the backend fake returns from
|
||||
* ConfluenceHistoryConnector.get_pages_by_date_range.
|
||||
*/
|
||||
export const FAKE_CONFLUENCE_PAGES = {
|
||||
canary: {
|
||||
id: "fake-confluence-page-canary-001",
|
||||
title: "E2E Canary Confluence Page",
|
||||
spaceId: "fake-confluence-space-001",
|
||||
cloudId: "fake-confluence-cloud-001",
|
||||
baseUrl: "https://surfsense-e2e-confluence.atlassian.net",
|
||||
},
|
||||
} as const;
|
||||
|
||||
/**
|
||||
* Fake Linear issue IDs that match what the backend MCP fake returns from
|
||||
* list_issues / get_issue.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue