neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.88k stars 164 forks source link

Component Tests: Button #6029

Open tobiu opened 6 days ago

tobiu commented 6 days ago

We already have a starting point: https://github.com/neomjs/neo/tree/dev/test/components/files/button

This can get extended to test more config options, especially changing configs at run-time.

Some configs which are worth to get tested:

  1. text
  2. iconCls
  3. iconPosition
  4. badgeText
  5. badgePosition
  6. route
Mialy333 commented 6 days ago

Hi 👋🏽 Could you please assign me to this task? I'm already working on it. Thanks ! Best, Mialy

tobiu commented 6 days ago

now i can => it does require a comment inside the same ticket, otherwise devs do not show up inside the assignees list.

some background infos:

if you want to get a better understanding how you would normally build apps: https://neomjs.com/dist/production/apps/portal/#/learn/tutorials.Earthquakes

best regards, tobi