See private repository in its history showing how the auto-generated tests failed.
https://github.com/magentuseu/abp-MyApp
see revisions 'entity 'Product' generated' and 'fix: let test code be complete'
Hope 'abp suite generate' will generate these tests perfect.
Give detailed help and examples on how to use 'abp suite generate'
Used abp cli to create blazor-server app.
Expected:
source code file names to match namespace names
Observed:
-rw-r--r-- 1 vscode vscode 89 Dec 12 13:47 blazor_server_pwa_no_saas.Blazor.abppkg -rw-r--r-- 1 vscode vscode 4.6K Dec 12 13:40 blazor_server_pwa_no_saas.Blazor.csproj -rw-r--r-- 1 vscode vscode 490 Dec 12 13:40 blazor_server_pwa_no_saasBlazorMappers.cs -rw-r--r-- 1 vscode vscode 18K Dec 12 13:55 blazor_server_pwa_no_saasBlazorModule.cs -rw-r--r-- 1 vscode vscode 640 Dec 12 13:40 blazor_server_pwa_no_saasBrandingProvider.cs -rw-r--r-- 1 vscode vscode 370 Dec 12 13:40 blazor_server_pwa_no_saasComponentBase.cs
Note the missing . (dot) in 4 file names.
Used abp cli to create mvc app including Books sample code.
Expected: book page (for example https://localhost:44392/Books) to have a working "New book" button
Observed: "New book" button did not work
Note: may work on Windows but not on Linux
To reproduce see:
https://github.com/magentuseu/abp-tests
Used abp cli to create mvc app with SaaS turned off.
Expected: SaaS and Multi-tenant turned off
Observed: SaaS tables were present in the database, Multi-tenant feature was turned on
To reproduce see:
https://github.com/magentuseu/abp-tests