Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions e2e/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -628,3 +628,9 @@ Cypress.Commands.add("waitForAIResponse", (alias) => {
cy.wait(alias)
cy.waitForStreamingComplete()
})

Cypress.Commands.add("setupCustomProvider", (config = {}) => {
const { getCustomProviderConfiguredSettings } = require("./utils/aiAssistant")
const settings = getCustomProviderConfiguredSettings(config)
cy.loadConsoleWithAuth(false, settings)
})
2 changes: 1 addition & 1 deletion e2e/questdb
Submodule questdb updated 503 files
Loading
Loading