-
- Downloads
Feature/postgres cypress tests (#13311)
Add Postgress tests to Cypress test suite This commit is introducing a new feature by adding a possibility to test Postgress related issues. It adds an updated CI configuration that plays nice with [Docker QA database](https://github.com/metabase/metabase-qa) (postgress-12). It also adds a few repros, listed below: * Add repro for #12762 * Add repro for #13263 (#13303) --- * Add an example for how to run metabase-qa postgres in CI * Add e2e test for adding/connecting PostgreSQL database (#13296) Co-authored-by: @dacort
Showing
- .circleci/config.yml 15 additions, 0 deletions.circleci/config.yml
- frontend/test/metabase-db/postgres/add.cy.spec.js 96 additions, 0 deletionsfrontend/test/metabase-db/postgres/add.cy.spec.js
- frontend/test/metabase/scenarios/question/custom_column.cy.spec.js 49 additions, 0 deletions...test/metabase/scenarios/question/custom_column.cy.spec.js
- frontend/test/snapshot-creators/default.cy.snap.js 5 additions, 0 deletionsfrontend/test/snapshot-creators/default.cy.snap.js
Please register or sign in to comment