Skip to content
Snippets Groups Projects
Unverified Commit 20b67aac authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

[E2E] Remove smoketests (#23469)

parent ff3036b8
No related merge requests found
......@@ -1300,7 +1300,6 @@ workflows:
"admin",
"filters",
"onboarding",
"smoketest",
"visualizations",
]
name: e2e-tests-<< matrix.folder >>-<< matrix.edition >>
......
# Metabase Smoketests
These files exist to ensure that we can always do the things we expect with Metabase. :)
## Running
From the root of the repository:
- If you already have built Metabase with `./bin/build`, just run this to run all the tests.
```shell
yarn run test-cypress-run --folder smoketest
```
- Active development, add `--open`
describe("hello", () => {
it("says hi", () => {
cy.log("hi");
});
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment