-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
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
[web] e2e tests for search #9157
Labels
Comments
Setup Tika
Test to be added:
|
10 tasks
This PR #9238 adds a scenario for all test cases. More Tests cases could be added
Post Task:
|
9 tasks
10 tasks
TODO
|
All the PR's are merged and the checklists is complete, closing this as done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Search is a fundamental feature of the product, hence it needs some e2e tests.
User Stories
Value
Avoid regressions.
Acceptance Criteria
depends_on
is not sufficient)Search in file content
. expected: page updates with search result for fulltext search by the provided search term (i.e. search term is not used for file name search anymore but for file content).Definition of ready
[ ] everybody needs to understand the value written in the user story
[ ] acceptance criteria has to be defined
[ ] all dependencies of the user story need to be identified
[ ] feature should be seen from an end user perspective
[ ] user story has to be estimated
[ ] story points need to be less then 20
Definition of done
[ ] functionality described in the user story works
[ ] acceptance criteria are fulfilled
[ ] code review happened
[ ] CI is green
[ ] critical code received unit tests by the developer
[ ] automated tests passed (if automated tests are not available, this test needs to be created and passed
[ ] no sonar cloud issues
The text was updated successfully, but these errors were encountered: