You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this in serval question. How I can test my multi tenant web application. I would like to test login page, and all the login that is behind the login page, like forms etc.
The text was updated successfully, but these errors were encountered:
im not really sure if this covers documentation on how to set up testing in the "old" multi-tenancy package, or the new tenancy packages.
I love the framework, but I am really struggling on how to make my code testable.
I am trying to work around it by making a package, which I can test, and then wrap the package in a laravel project with tenancy, but it just introduces other problems...
I also tried asking on discord for what others do to test the application, but didnt get a reply.
Therefore - is this ticket covering the tenancy/framework package or should I make a separate ticket for that?
Moved from tenancy/multi-tenant#495
Hi,
this in serval question. How I can test my multi tenant web application. I would like to test login page, and all the login that is behind the login page, like forms etc.
The text was updated successfully, but these errors were encountered: