The Data Explorer E2E tests, maintained by the team at Keen IO.
List of useful commands that could be used by developers. Execution in the command-line interface should be prefixed with yarn
package manager.
Command | Description |
---|---|
lint |
run linter against current application codebase. |
e2e |
run cypress e2e tests. |
e2e:open |
opens cypress e2e user interface. |
prettier |
run code formatter process against current codebase. |
This project uses Conventional Commits to enforce common commit standards.
Command | Description |
---|---|
npx git-cz |
run commit command line interface. |