We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let's create a style guide for how to write good unit and functional tests.
describe
context
data-test-subj
The text was updated successfully, but these errors were encountered:
Also API tests https://github.com/elastic/kibana/tree/b7fd17b4924d7cfd30a668c9f5ded6413641f81a/test/unit/api
Sorry, something went wrong.
No branches or pull requests
Let's create a style guide for how to write good unit and functional tests.
Unit tests
describe
vscontext
: Use both or only one?describe
blocks to group interface tests and behavior tests separately.describe
to group and subgroup tests.Functional tests
data-test-subj
(Fix bug where the loading indicator was wider than the screen #8854 (comment)).The text was updated successfully, but these errors were encountered: