-
- Downloads
Structure e2e API helpers (#46041)
* Refactor dashboard helpers to TypeScript * Reuse existing helper * Refactor cy.createQuestionAndDashboard to a function helper - there was no good place to put it, so I also created new helpers/api directory - and I moved all helpers using cy.request (with 1 exception, where a CSV download helper also does a bunch of assertions) in there * Merge TS command definitions into a single file * Export types * Make dashboardDetails optional * Export StructuredQuestionDetails * Remove duplicated function * Extract createNativeQuestion to separate file - 1 exported helper per file, no exceptions! * Reuse const * Remove old definitions * Add missing export
Showing
- e2e/support/commands.js 1 addition, 4 deletionse2e/support/commands.js
- e2e/support/commands/api/collection.ts 0 additions, 26 deletionse2e/support/commands/api/collection.ts
- e2e/support/commands/api/composite/createQuestionAndDashboard.js 0 additions, 29 deletions...port/commands/api/composite/createQuestionAndDashboard.js
- e2e/support/commands/api/index.ts 79 additions, 0 deletionse2e/support/commands/api/index.ts
- e2e/support/commands/api/question.ts 0 additions, 26 deletionse2e/support/commands/api/question.ts
- e2e/support/helpers/api/addOrUpdateDashboardCard.ts 33 additions, 0 deletionse2e/support/helpers/api/addOrUpdateDashboardCard.ts
- e2e/support/helpers/api/archiveCollection.ts 9 additions, 0 deletionse2e/support/helpers/api/archiveCollection.ts
- e2e/support/helpers/api/archiveDashboard.ts 11 additions, 0 deletionse2e/support/helpers/api/archiveDashboard.ts
- e2e/support/helpers/api/archiveQuestion.ts 11 additions, 0 deletionse2e/support/helpers/api/archiveQuestion.ts
- e2e/support/helpers/api/createApiKey.ts 0 additions, 0 deletionse2e/support/helpers/api/createApiKey.ts
- e2e/support/helpers/api/createCollection.ts 22 additions, 0 deletionse2e/support/helpers/api/createCollection.ts
- e2e/support/helpers/api/createDashboard.ts 67 additions, 0 deletionse2e/support/helpers/api/createDashboard.ts
- e2e/support/helpers/api/createDashboardWithTabs.ts 17 additions, 0 deletionse2e/support/helpers/api/createDashboardWithTabs.ts
- e2e/support/helpers/api/createNativeQuestion.ts 38 additions, 0 deletionse2e/support/helpers/api/createNativeQuestion.ts
- e2e/support/helpers/api/createQuestion.ts 6 additions, 50 deletionse2e/support/helpers/api/createQuestion.ts
- e2e/support/helpers/api/createQuestionAndDashboard.ts 48 additions, 0 deletionse2e/support/helpers/api/createQuestionAndDashboard.ts
- e2e/support/helpers/api/index.ts 19 additions, 0 deletionse2e/support/helpers/api/index.ts
- e2e/support/helpers/api/remapDisplayValueToFK.ts 0 additions, 0 deletionse2e/support/helpers/api/remapDisplayValueToFK.ts
- e2e/support/helpers/api/updateDashboardCards.ts 28 additions, 0 deletionse2e/support/helpers/api/updateDashboardCards.ts
- e2e/support/helpers/e2e-collection-helpers.ts 1 addition, 34 deletionse2e/support/helpers/e2e-collection-helpers.ts
e2e/support/commands/api/index.ts
0 → 100644
e2e/support/commands/api/question.ts
deleted
100644 → 0
e2e/support/helpers/api/archiveCollection.ts
0 → 100644
e2e/support/helpers/api/archiveDashboard.ts
0 → 100644
e2e/support/helpers/api/archiveQuestion.ts
0 → 100644
File moved
e2e/support/helpers/api/createCollection.ts
0 → 100644
e2e/support/helpers/api/createDashboard.ts
0 → 100644
e2e/support/helpers/api/index.ts
0 → 100644
File moved
Please register or sign in to comment