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 Cheques Module with CRUD Operations and Tests (Integration & End-to-End) #31

Open
wants to merge 74 commits into
base: main
Choose a base branch
from

Conversation

alfiandri
Copy link

Description:

This PR adds the Cheques module to the LMS with the following features:

  • Create cheque functionality.
  • View cheques functionality.
  • Delete cheque functionality (with modal confirmation).

Tests:

  • Added integration tests for creating, viewing, and deleting cheques.
  • Added end-to-end browser tests using Laravel Dusk to ensure user interactions are functioning as expected.

Please review the code and tests. Once approved, we can merge it into the main branch.

Testing:

  • Run the integration tests with php artisan test --filter=ChequeIntegrationTest.
  • Run the end-to-end tests with php artisan dusk.

chandachewe10 and others added 30 commits February 25, 2024 01:44
Checking SWIFT-SMS using 1 and not using Active
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.

4 participants