Skip to content

How to get a proper local setup and test suite runnin for manageiq and manageiq-ui-classic? #22396

Answered by Fryguy
dennym asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dennym Welcome!

https://www.manageiq.org/docs/guides/developer_setup.html is the starting point for getting set up. You'll also want to follow https://www.manageiq.org/docs/guides/developer_setup/plugins since you're interested in UI development, which is a plugin (unlike "normal" Rails apps). Admittedly, there might be things that go wrong in the guides over time, so if you run across any issues feel free to open issues or PRs in https://github.com/ManageIQ/guides.

rspec

To run the specs you can run bundle exec rake test:vmdb or just bundle exec rake (which defaults to the test:vmdb suite). If you ran bin/setup or bin/update the test database should have been created for you, but i…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dennym
Comment options

Answer selected by dennym
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants