JetBrains / rider-efcore

Entity Framework Core UI plugin for JetBrains Rider
https://plugins.jetbrains.com/plugin/18147-entity-framework-core-ui
MIT License
180 stars 14 forks source link

Common: Automate testing #149

Open seclerp opened 1 year ago

seclerp commented 1 year ago

Currently, it's hard to determine if everything is OK with release without making at least manual smoke testing. Let's introduce a set of automated tests to introduce more robust CI checks before release.

Items highlighted with bold font are the most important to cover with tests.

Progress

Frontend tests

Implementation notes

seclerp commented 1 year ago

Integration test cases

Add Migration

Positive

TBD