devondragon / SpringUserFramework

Easy User Management Framework/Starter App for Spring. Providing registration, login, logout, and more built on top of Spring Security.
Apache License 2.0
88 stars 28 forks source link

Write ui test for register page #78

Closed Sprokof closed 6 months ago

Sprokof commented 6 months ago

Hi, i added test for registration page, and also impl logic for delete test user data from database when in storing by registration process.

devondragon commented 6 months ago

Awesome, thank you @Sprokof !

Can the new libraries be added to build.gradle as testImplementation instead of implementation?

Sprokof commented 6 months ago

Yes, it can. I'll replace it soon

devondragon commented 6 months ago

Thank you so much!