After trying following commands in order to test browser target, I found issue on type creation.
$ pub serve
$ pub run test --pub-serve=8080 -p chrome
Then, current travis-ci.yml file only targets server mode.
How to define tests to target browser mode as well ?
Finally, there is still an issue (only with static mapper), but it's quite difficult to test transformers.
Do you have some procedure to debug when pub serve is running ?
After trying following commands in order to test browser target, I found issue on type creation.
Then, current travis-ci.yml file only targets server mode. How to define tests to target browser mode as well ?
Finally, there is still an issue (only with static mapper), but it's quite difficult to test transformers. Do you have some procedure to debug when pub serve is running ?