We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
denali generate
Mainly for testing addon blueprint without having to create a new app and linking.
The text was updated successfully, but these errors were encountered:
Sorry, not sure I follow - you're saying if you run:
my-addon/test/dummy$ denali generate ...
It should be able to find some blueprints it doesn't right now?
Sorry, something went wrong.
Yeah it should pick up the blueprints in that addon, so:
So if I have my-addon and there is a blueprints/default I should be able to run denali g my-addon in that addon's test/dummy folder.
my-addon
blueprints/default
denali g my-addon
test/dummy
Have you looked at the BlueprintAcceptanceTest class supplied by the CLI?
BlueprintAcceptanceTest
No branches or pull requests
Mainly for testing addon blueprint without having to create a new app and linking.
The text was updated successfully, but these errors were encountered: