Instructions To Setup Coral Time
Instructions To Setup Coral Time
4.1.2. Create
CoralTimeTest DB.
Change DefaultConnection in appsettings.json and solution.
Restart solution and wait for creation of the database CoralTimeTest and check it!
4.1.3.
Set work
settings.
Stop Solution.
Comment string for create DB in Startup.cs and set DefaultConnection and TestConnection in appsettings.json.
4.2.
Tests.
Before fully running Solution, you should check the CoralTime.Tests.
Try to run Tests by TextExplorer and check their results. Test results must be successfully.
About Tests:
1. «TestMethodNonAuth» try to check ping to your CoralTimeTests Db.
2. «TestMethodAuth» try to compare count of Members in the CoralTimeTests Db in table Members and your test custom value (2).
*If you create database by next settings from defaultDBData.json:
That you have next values in your CoralTime.Tests Db in Members table:
4.3. Run Solution.
4.3.1. Run solution and try to login using Login/Password for your User from defaultDBData.json:
4.3.2. If your login is successful, you can track your first TimeEntry!
5. That’s all!