hasansezertasan / starlette-admin-fields

Extra fields to use with Starlette Admin
MIT License
5 stars 0 forks source link

Enhancement: How to test fields? #18

Closed hasansezertasan closed 8 months ago

hasansezertasan commented 8 months ago

We are depending on many fields now and the number of fields implemented is going to increase in time but we still don't have a proper way to test them.

One idea can be driver-based testing with Selenium or Playwright.

And one question is this: these are simple fields that work on the client side. Do we need to test them?

hasansezertasan commented 8 months ago

I checked the starlette-admin repo, and there are no tests for JavaScript-initialized fields but we need to test the extend_admin function.

hasansezertasan commented 8 months ago

30 resolves this.