syampillai / SOCharts

A wrapper around the "echarts" JavaScript library to use it as a Vaadin component.
Apache License 2.0
27 stars 11 forks source link

How do I go about to testing changes? #18

Closed yusufnazir closed 1 year ago

yusufnazir commented 1 year ago

Hi Syam, I recently did a checkout of the project. I am quite impressed with the gantt chart and wanted to see if I could make a few changes. My first obstacle is how you test changes within the project. How should i proceed?

syampillai commented 1 year ago

Currently, there is no test environment within the project. Since it is a Vaadin addon, you may have to manipulate the POM to create a test environment or do a separate test project that uses the jar file from this project. If you create a better POM for doing this, please let me know so that I can merge your changes.