Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/metabase/metabase. Pull mirroring updated .
  1. Jan 20, 2021
  2. Jan 14, 2021
    • Nemanja Glumac's avatar
      Run Cypress OSS tests in isolation (#14372) · 3c5071c1
      Nemanja Glumac authored
      * Run all tests in isolation for `frontend/test/metabase/scenarios/permissions.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/admin/databases/add.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/admin/datamodel/hide_tables.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/admin/datamodel/table.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/admin/databases/list.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/question/data_ref.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/question/operators.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/question/settings.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/question/trendline.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/reference/databases.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/question/downloads.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/admin/datamodel/segments.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/admin/datamodel/metrics.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/admin/permissions/permissions.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/admin/settings/spinner.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/auth/search.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/auth/signin.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/dashboard/dashboard_data_permissions.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/dashboard/dashboard-drill.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/dashboard/embed.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/dashboard/title-drill.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/question/loading.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/dashboard/nested-cards.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/dashboard/text-box.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/home/activity-page.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/question/native_subquery.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/visualizations/drillthroughs/chart_drill.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/question/nested.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/question/view.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/visualizations/drillthroughs/dash_drill.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/home/overworld.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase-db/postgres/custom-column.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/alert/alert.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/dashboard/parameters-embedded.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/admin/settings/settings.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/admin/databases/edit.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/alert/alert.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/dashboard/permissions.cy.spec.js`
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/pulse/pulse.cy.spec.js` [ci skip]
      
      * Run all tests in isolation for `frontend/test/metabase/scenarios/question/snippets.cy.spec.js` (#14380)
      Unverified
      3c5071c1
    • Cam Saul's avatar
  3. Jan 13, 2021
    • Nemanja Glumac's avatar
      Run Cypress EE tests in isolation (#14339) · 9734bd53
      Nemanja Glumac authored
      
      * Run all tests in isolation for `ad-hoc.cy.spec.js` [ci skip]
      
      * Refactor sandboxes [ci skip] (#14340)
      
      * Fix typo
      
      * Use API for question creation
      
      * Divide test for admins and sanboxed users
      
      * Organize tests better and run them all in isolation
      
      * A detailed explanation of all changes is available in the original PR: #14340
      
      * Use template tag variable in an SQL query
      
      Co-authored-by: default avatarflamber <1447303+flamber@users.noreply.github.com>
      
      * Refactor whitelabel Cypress tests [ci skip] (#14346)
      
      * Run all tests in isolation for `drill_through.cy.spec.js`
      
      Note: This test is skipped. It should probably be deleted.
      
      * Run all tests in isolation for `snippet-permissions.cy.spec.js`
      
      * Use aliased import path [ci skip]
      
      * Refactor Cypress test related to changing the comapny name
      
      * Refactor Cypress test related to the logo customization
      
      * Update tests related to colors
      
      * Run all tests in isolation
      
      * Reorganize tests and run them in isolation
      
      * Extract company name in a `const`
      
      * Supply only `value` to API logo update
      
      * Refactor auditing Cypress tests [ci skip] (#14362)
      
      * Use API to create dashboards
      Note: This change alone cuts down total run time by 10s.
      
      * Clean up helper functions
      
      * Extract the setup logic
      
      * Reuse `USERS` object
      
      * Tidy up the test
      
      * Do not export helper functions [ci skip]
      
      * Simplify variables [ci skip]
      
      * Mark skipped test with the issue number [ci skip]
      
      Co-authored-by: default avatarflamber <1447303+flamber@users.noreply.github.com>
      Unverified
      9734bd53
  4. Jan 12, 2021
  5. Jan 11, 2021
  6. Jan 08, 2021
  7. Jan 07, 2021
  8. Jan 06, 2021
    • Cam Saul's avatar
      Misc code improvements (#14247) · fdb83f2e
      Cam Saul authored
      * Add test-cypress-open-no-backend
      
      * Enable test endpoints for dev
      
      * More are+ test util function to metabase.test
      
      * Improve the way with-temp-defaults are reloaded for models
      
      * Simplify defendpoint macro a bit; convert tests to new style
      
      * Rework a few more tests
      
      * Code cleanup
      Unverified
      fdb83f2e
  9. Jan 05, 2021
  10. Jan 04, 2021
  11. Dec 25, 2020
  12. Dec 22, 2020
  13. Dec 19, 2020
  14. Dec 18, 2020
  15. Dec 17, 2020
  16. Dec 16, 2020
  17. Dec 15, 2020
  18. Dec 14, 2020
  19. Dec 11, 2020
  20. Dec 10, 2020
  21. Dec 09, 2020
Loading