Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
sudo apt install python-pip virtualenv unzip sshuttle netcat libffi-dev libssl-dev
sudo pip install robotframework
sudo pip install -U requests
sudo pip install -U robotframework-requests

Setting Up the Test

Test plans are defined under the plans/ directory.

...