I am a manual tester and am learning automation testing and using Selenium web driver with python to create test for web project. Currently I am writing test in python using eclipse and run from eclipse only.
Do i need to setup a testing framework to run test automatically? If yes, which is best suited testing framework for these tools and what I do need to learn to setup testing framework?
How can i track my test runs and test results?
A good example of testing infrastructure with WebDriver and Python is at Mozilla.
py.testas testing framework with special pluginpytest-mozwebqa– https://github.com/davehunt/pytest-mozwebqa.