Tests require manual review #9
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The current testing methodology requires building the plugin locally, building the
test-bundle
fixture using that the local plugin build, and then manually examining the output. A git diff can be of some use, but currently only the production build artifacts exist in the repository.A script could be made to automate this. Build the plugin, copy the
test-bundle
to a playground directory, build the test-bundle, then use something like dir-compare to compare the result to the originaltest-bundle
directory.The text was updated successfully, but these errors were encountered: