문제

I am starting off with Lettuce to test a web application. The problem is I am unaware of how to configure Eclipse so that it runs my steps file. The web also seems pretty unaware of this and this is hence my last resort.

도움이 되었습니까?

해결책

For an automated solution you can look at the Eclipse External Tools capability. This is documented in the Eclipse help for the workbench. Follow the links Workbench User Guide ==> Concepts ==> Ant & External Tools ==> External Tools .

for interactive use, you can run lettuce from the Python console within Eclipse if you have Pydev installed, and you should if you use Eclipse for Python development.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top