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

Equivalent frontend test scope in Cypress #1150

Open
SamuelWei opened this issue Jun 14, 2024 · 2 comments
Open

Equivalent frontend test scope in Cypress #1150

SamuelWei opened this issue Jun 14, 2024 · 2 comments
Assignees
Labels
tests Softwaretests without any feature improvement

Comments

@SamuelWei
Copy link
Collaborator

The new front-end test solution in Cypress should achieve roughly the same test scope as the old tests written in Vitest.

@SamuelWei SamuelWei added the tests Softwaretests without any feature improvement label Jun 14, 2024
@Sabr1n4W
Copy link
Contributor

Sabr1n4W commented Jun 19, 2024

General overview of the front-end tests that should be covered by the Cypress tests
Groups and contents of the groups are roughly sorted by priority

General

  • Login
  • Logout
  • Locales
  • Footer
  • Forgot password
  • Password reset
  • Verify email
  • Banner

RoomsIndex

  • General
  • Create new rooms
  • Filter / search

RoomsView

  • General
  • Join/Start Meetings
  • RoomsViewMembers
    • Add new members
    • Edit member
    • Delete member
    • Filter
    • Search
    • Sorting
    • Bulk edit
    • Bulk remove
    • Bulk import
  • RoomsViewSettings
    • Delete room
    • Load settings
    • Change settings
    • Change room type
    • Transfer ownership
  • RoomsViewFiles
    • Load files
    • Upload file
    • Delete file
    • Download file
    • Change file setting
    • Filter
    • Search
    • Sorting
  • RoomsViewDescription
  • BrowserNotification
  • RoomsViewRecordings
  • RoomsViewHistory
  • RoomsViewTokens

User Profile

Maybe can be combined with SettingsUsers

  • Open user profile
  • Base
  • Email
  • Security
  • Others

Settings

  • SettingsConfig
    • Edit
    • View
  • SettingsUsers
    • Index
    • View
      • Open View
      • Base
      • Email
      • Security
      • Others
    • New
  • SettingRoles
    • Index
    • View
  • SettingRoomTypes
    • Index
    • View
  • SettingsServers
    • Index
    • View
  • SettingsServerPools
    • Index
    • View

MeetingsIndex

  • General

@Sabr1n4W
Copy link
Contributor

Sabr1n4W commented Oct 17, 2024

Overview of tests that were already merged into develop

General

  • Login
  • Logout
  • Locales
  • Footer
  • Forgot password
  • Password reset
  • Verify email

RoomsIndex

  • General
  • Create new rooms
  • Filter / search

RoomsView

  • General
  • Join/Start Meetings
  • RoomsViewMembers
  • RoomsViewSettings
  • RoomsViewFiles
  • RoomsViewDescription
  • RoomsViewRecordings
  • RoomsViewHistory
  • RoomsViewTokens

User Profile

  • User profile

Settings

  • SettingsConfig
  • SettingsUsers
  • SettingRoles
  • SettingRoomTypes
  • SettingsServers
  • SettingsServerPools

MeetingsIndex

  • MeetingsIndex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Softwaretests without any feature improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants