behavex
behavex copied to clipboard
Behavex command not working as per documentation
@hrcorval @balaji2711 @Remox129 @anibalinn Behavex command not working as per documentation...pls. advise
tried all possibilities:
behavex -ip ./tests/wms/autotest/web/features -t InventorySyncVarianceConfiguration_ICN --color -o .
behavex -t InventorySyncVarianceConfiguration_ICN --color -o .
behavex -t @InventorySyncVarianceConfiguration_ICN --color -o .
behavex -t @InventorySyncVarianceConfiguration_ICN
Hi @jigisha9 , thanks for reporting this. I'll give it a try and provide the necessary fixes to make the wrapper to work with the arguments you are providing. Regards.
Hi @jigisha9,
I have tried and it's working as expected. PFA for the screenshots.
Command 1 - behavex -tWeb --color
Command 2 - behavex -t@Web --color
Please don't give any space between -t and the tag name.
Example:
behavex -t@TAGNAME or behavex -tTAGNAME
Thanks @balaji2711 @anibalinn for getting back...
so now behavex -t@TAGNAME or behavex -tTAGNAME
works
although behave.ini is not respected. I have paths and parameters defined in behave.ini which should be respected when we run using behavex. How to make that happen?
PS: This project works fine with behave using behave.ini... i am doing POC to make sure if we can replace it with behavex and can use more features of behavex.
Hi @jigisha9, you are right, not all the parameters in behave.ini are being respected, we are way behind on suporting the .ini file. As soon as we have more bandwidth we are going to focus on that incompatibility issue. Regards
I have improved the documentation to update how arguments are being provided, as the way it was indicated before doesn't work in all shells (this is the problem you were facing) Thanks!!
New documentation will be povided with release 3.3.0.