OpenSlides / OpenSlides/openslides-client

Add integration test for search and projector

Open
#6,041 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

tests
Dominant language
TypeScript
Stars
35
Forks
52
Avg merge
1d 9h
Merged PRs (30d)
52

Description

Our integration tests should check if all services work together.

Currently there are no tests that check if the projector and search service are working.
Therefore the following tests should be added:

Search service:

  • Open global search dialog and search on orga level
    • verify that a result is present
    • verify that nothing is found for something not existing
  • Open global search dialog and search on meeting level
    • verify that a result is present
    • verify that a result is not present that is not part of the meeting but exists

Projector

  • Verify projector has content
  • Verify projector content updates when sending a projection update

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the client’s existing integration-test setup and the entry points for global search and projector updates. Add coverage for search results at organization and meeting level, then verify that the projector has content and reflects a projection update.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
testing-qa
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.