afw-org / afw

Adaptive Framework
https://afw.tools
MIT License
4 stars 2 forks source link

Generate javascript "mock" data #53

Open JeremyGrieshop opened 1 year ago

JeremyGrieshop commented 1 year ago

Currently, the Javascript test code heavily uses "mock" data for simulating requests for the UI. These reside in src/afw_test/javascript/src/__mocks__. They often get out of date and need to be manually updated. Ideally, these would be generated, but there are some challenges, because they often times mock data that's returned from an afwfcgi runtime environment.