How to use Sublime Text to run Robot framework code
The steps to use Sublime Text to run Robot framework code are as follows:
1. Install Robot framework
pip install robotframework
command in the command line. .bash_profile
or .zshrc
file. 2. Install the Sublime Text plug-in
3. Create a Robot framework test file
.robot
Suffix. 4. Run the code
Ctrl
B
(Windows/Linux) or Command
B
(Mac) Run the code. Other tips:
-d
parameter to specify the directory where the test case is run. --outputdir
parameter to specify the directory for the output results. .robotframework
file. The above is the detailed content of How to run code robot in sublime. For more information, please follow other related articles on the PHP Chinese website!