Skip to content

apple-blossom/dn-workshop-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

You can install IDE of your own choice, e.g VS Code with Robot Framework Language plugin

Step 1: Install Python

Visit the following website to download Python software. https://www.python.org/downloads/

Step 2: Create and activate virtualenv:

  • Open command line (you can find it by entering "terminal" in your system's search pannel) and enter

pip install virtualenv

  • Create virtual environment by

virtualenv venv

Activate virtual environment by:

  • Windows PowerShell

    venv\Scripts\activate.ps1

  • MacOS, Linux

    source venv/bin/activate

Step 3: Install Robot Framework

Open the command prompt and navigate to the python folder and type the following command:

pip install robotframework-browser

rfbrowser init

Step 4: Run our first test

robot first-test.robot

Useful links:

https://robotframework-browser.org/

https://marketsquare.github.io/robotframework-browser/Browser.html

https://robocorp.com/docs/development-guide/getting-started/simple-example-robot

If you have any further questions you can connect with me on LinkedIn

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published