# learning-robotframework **Repository Path**: happy-learning/learning-robotframework ## Basic Information - **Project Name**: learning-robotframework - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # learning-robotframework ## Preconditions * download webdriver - [download webdrivers](https://seleniumhq.github.io/selenium/docs/api/py/index.html#drivers) - copy webdriver to environment `PATH` * install libraries ```bash $ python3 -m pip install robotframework $ python3 -m pip install robotframework-seleniumlibrary ``` * Starting demo application ```bash $ python demoapp/server.py ``` ## Running tests * Test that everything works: ```bash $ python3 -m robot web-demo/login_tests $ python3 -m robot api-demo/sample_tests ```