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

Unit Tests / Browser Tests (Laravel Dusk) #44

Open
38 tasks
Philhil opened this issue Feb 14, 2019 · 1 comment
Open
38 tasks

Unit Tests / Browser Tests (Laravel Dusk) #44

Philhil opened this issue Feb 14, 2019 · 1 comment
Labels

Comments

@Philhil
Copy link
Owner

Philhil commented Feb 14, 2019

Model function test

Controller function test

Route Test


  • code: create client

  • code: create superadmin user with connection to client

  • create users [1,2,3]

  • login superadmin

  • approve user and make admin

  • create client

  • update client

  • delete client

  • logout superadmin

  • login admin

  • modify client props

  • create qualifications (default and no default)

  • approve users

  • add qualifications to users

  • create service (approve)

  • create service (no approve)

  • create service with default quali + no default quali

  • add position to service

  • add position to service and assign user

  • add positions to service and assign user

  • delete position from service

  • update service

  • update position

  • change assign user from position

  • create news

  • update news

  • delete news

  • logout admin

  • login user1

  • add position candidatures

  • remove position candidature

  • logout user1

  • login user2

  • add position candidatures

  • remove position candidature

  • logout user2

  • login admin

  • approve position candidature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant