Skip to content
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

Add video tab #407

Merged
merged 16 commits into from
May 7, 2024
Merged

Conversation

selinanatschke-mms
Copy link
Collaborator

Description

  • split up sessions tab, that included session information and video into two separate tabs: browser info and video
  • added more information to the browser info tab e.g. session metrics
  • added linking between video id and session id if they are available

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

mreiche
mreiche previously approved these changes Mar 25, 2024
mreiche
mreiche previously approved these changes Apr 2, 2024
@martingrossmann
Copy link
Contributor

Looks great for me. But please fix the report test testT01_checkDisplayedSessionGotContent. It still tries to find the old Sessions tab.

@martingrossmann martingrossmann added this to the 2.8 milestone Apr 10, 2024
docs/src/images/report-ng-22.png Outdated Show resolved Hide resolved
docs/src/images/report-ng-collected-assertions-01.png Outdated Show resolved Hide resolved
@selinanatschke-mms selinanatschke-mms marked this pull request as draft April 23, 2024 07:43
@selinanatschke-mms selinanatschke-mms marked this pull request as ready for review April 30, 2024 07:42
mreiche
mreiche previously approved these changes Apr 30, 2024
}

public void checkSessionId(String id){
this.id.assertThat().text().contains(id);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use isContaining() or contains(id).is(true)

}

public void validateBrowser(String browser) {
this.browser.assertThat().text().contains(browser);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use isContaining() or contains(id).is(true)

}

public void checkSessionId(){
this.id.assertThat().displayed();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Like discussed this check is duplicated. If you want to check the ID, you should take it from Browser info.

@martingrossmann martingrossmann merged commit f3bed34 into telekom:master May 7, 2024
@selinanatschke-mms selinanatschke-mms deleted the add_video_tab branch May 13, 2024 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants