Feature/cypress mongo (#12292)
* Add database-specific tests to Cypress (starting with Mongo) * Initial changes to Cypress to allow a limited set of tests to run * Include drivers in frontend uberjar
Showing
- .circleci/config.yml 40 additions, 5 deletions.circleci/config.yml
- frontend/test/__runner__/run_cypress_tests.js 16 additions, 2 deletionsfrontend/test/__runner__/run_cypress_tests.js
- frontend/test/__support__/cypress.js 11 additions, 0 deletionsfrontend/test/__support__/cypress.js
- frontend/test/cypress.json 1 addition, 1 deletionfrontend/test/cypress.json
- frontend/test/metabase-db/mongo/add.cy.spec.js 58 additions, 0 deletionsfrontend/test/metabase-db/mongo/add.cy.spec.js
- frontend/test/metabase-db/mongo/query.cy.spec.js 110 additions, 0 deletionsfrontend/test/metabase-db/mongo/query.cy.spec.js
Loading
Please register or sign in to comment