This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 23, 2023
-
-
Emmad Usmani authored
* fix pie chart legend not fading on hover * use `aria-current` in test instead of directly checking style * fix failing test
-
- Mar 01, 2023
-
-
Nemanja Glumac authored
* Register new E2E path alias * Move E2E support files * Move E2E runner files * Move E2E snapshot related files * Move E2E visual regression tests * Move E2E `downloads` scenarios * Move E2E `admin` scenarios * Move E2E `auditing` scenarios * Move E2E `bining` scenarios * Move E2E `ccollections` scenarios * Move E2E `cross-version` scenarios * Move E2E `custom-column` scenarios * Move E2E `dashboard` scenarios * Move E2E `dashboard-filters` scenarios * Move E2E `dashboard` reproductions * Move E2E `embedding` scenarios * Move E2E `filters` scenarios * Move E2E `joins` scenarios * Move E2E `models` scenarios * Move E2E `native-filters` scenarios * Move E2E `native` scenarios * Move E2E `onboarding` scenarios * Move E2E `organization` scenarios * Move E2E `permissions` scenarios * Move E2E `question` scenarios * Move E2E `visualizations` scenarios * Move E2E `sharing` scenarios * Move E2E `docker-compose` * Fix commands imports * Fix helpers imports * Fix downloads reproductions imports * Fix integration imports * Move visual regression tests * Various fixes * Move `validate-e2e-files` script * Add eslint rules for E2E folder * Improve file paths * Move `cross-version` tests into scenarios * Path fixes * Register E2E alias in tsconfig * Fix failing tests after rebase
-
- Oct 04, 2022
-
-
Nemanja Glumac authored
* Replace deprecated `cy.server` with `cy.intercept` * Replace stubbed `cy.route` calls * Fix failed tests * Spy on intercepted routes
-
- Jul 06, 2022
-
-
Ryan Laurie authored
* update prettier * update prettier styling
-
- Jun 26, 2022
-
-
Aleksandr Lesnenko authored
-
- Feb 25, 2022
-
-
Nemanja Glumac authored
-
- Feb 08, 2022
-
-
Nemanja Glumac authored
* Integrate waiting for the question dataset into the helper function itself * Remove explicit waiting from visual tests * Remove explicit waiting from most of the e2e tests * Handle pivot tables dataset * Handle assertion callback * Simplify helper function * Fix `bar_chart` * Fix `line_chart` * Fix `scatter` visualization tests
-
- Jan 20, 2022
-
-
Noah Moss authored
-
- May 03, 2021
-
-
Nemanja Glumac authored
* Improve Cypress runner command line config (#15854) * Rename Cypress CI groups to `e2e-tests` (#15877) * Remove the `node` parameter from Cypress CI job matrix (#15878) * Merge EE Cypress tests with the OSS ones (#15887) * Reorganize test folder: Move e2e support files into a separate folder (#15899) * Refine CI checksum calculation - extract e2e files (#15900)
-
Nemanja Glumac authored
-
- Apr 05, 2021
-
-
Nemanja authored
-
- Mar 31, 2021
-
-
Alexander Lesnenko authored
* fix missing total on pie charts after the initial render * add basic cypress test for pie chart
-