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

Reimplement frontend tests with cypress #1457

Closed

Conversation

SamuelWei
Copy link
Collaborator

@SamuelWei SamuelWei commented Oct 2, 2024

Partially implements #1150
Implements #721
Implements #722

Type (Highlight the corresponding type)

  • Bugfix
  • Feature
  • Documentation
  • Refactoring (e.g. Style updates, Test implementation, etc.)
  • Other (please describe):

Checklist

  • Code updated to current develop branch head
  • Passes CI checks
  • Is a part of an issue
  • Tests added for the bugfix or newly implemented feature, describe below why if not
  • Changelog is updated
  • Documentation of code and features exists

Changes

  • Add frontend tests for Login, Logout, Locales
  • Add frontend tests for Room Index page
  • Add frontend tests for Room page
  • Add frontend tests for Room Members Tab
  • Add frontend tests for Room Settings Tab
  • Add frontend tests for Room Files Tab
  • Add frontend tests for User Profile
  • Add frontend tests for Room Description

Sabr1n4W and others added 30 commits June 14, 2024 15:51
…alent-frontend-test-scope-in-cypress

# Conflicts:
#	tests/Frontend/e2e/GeneralApplication.cy.js
#	tests/Frontend/e2e/Login.cy.js
#	tests/Frontend/e2e/RoomsIndex.cy.js
#	tests/Frontend/e2e/RoomsViewGeneral.cy.js
#	tests/Frontend/support/commands.js
…alent-frontend-test-scope-in-cypress

# Conflicts:
#	tests/Frontend/e2e/GeneralApplication.cy.js
#	tests/Frontend/e2e/Login.cy.js
#	tests/Frontend/e2e/RoomsIndex.cy.js
#	tests/Frontend/e2e/RoomsViewGeneral.cy.js
#	tests/Frontend/support/commands.js
@SamuelWei SamuelWei force-pushed the 1150-equivalent-frontend-test-scope-in-cypress branch from 7ac0d2d to c8cde3d Compare October 7, 2024 16:24
SamuelWei and others added 23 commits October 7, 2024 18:31
…alent-frontend-test-scope-in-cypress

# Conflicts:
#	CHANGELOG.md
…alent-frontend-test-scope-in-cypress

# Conflicts:
#	.github/workflows/ci.yml
…alent-frontend-test-scope-in-cypress

# Conflicts:
#	package-lock.json
#	package.json
…alent-frontend-test-scope-in-cypress

# Conflicts:
#	CHANGELOG.md
…alent-frontend-test-scope-in-cypress

# Conflicts:
#	CHANGELOG.md
#	resources/js/components/LocaleSelect.vue
#	resources/js/components/RoleSelect.vue
#	resources/js/components/RoomTabMembersAddSingleModal.vue
#	resources/js/components/RoomTabMembersBulkEditButton.vue
#	resources/js/components/RoomTabMembersBulkImportList.vue
#	resources/js/components/RoomTabMembersBulkImportModal.vue
#	resources/js/components/RoomTabMembersEditButton.vue
#	resources/js/components/RoomTransferOwnershipButton.vue
#	resources/js/components/UserTabProfile.vue
#	resources/js/components/UserTabSecurityRolesAndPermissionsSection.vue
#	resources/js/i18n.js
@SamuelWei SamuelWei closed this Oct 16, 2024
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.

Equivalent frontend test scope in Cypress
2 participants