-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.gitpod.yml
More file actions
34 lines (32 loc) · 951 Bytes
/
.gitpod.yml
File metadata and controls
34 lines (32 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
tasks:
- name: install System
before: |
echo 'export PYTHON=/home/gitpod/.pyenv/shims/python' >> ~/.bashrc
export PYTHON=/home/gitpod/.pyenv/shims/python
sudo cp -f /workspace/robotframework-tutorial-en/.vscode/RF_BACKGROUND.png /usr/share/backgrounds/xfce/xfce-verticals.png
npx --yes playwright install-deps
exit
- name: install Browser
init: |
export PYTHON=/home/gitpod/.pyenv/shims/python
code -r Participants/
python -m pip install --upgrade pip
pip install -r requirements.txt
rfbrowser init
code -r .
exit
image: gitpod/workspace-full-vnc
ports:
- port: 6080
onOpen: open-preview
visibility: private
vscode:
extensions:
- ms-python.python
- d-biehl.robotcode
- bierner.docs-view
- ms-toolsai.jupyter
- ms-toolsai.jupyter-keymap
- ms-toolsai.jupyter-renderers
- PKief.material-icon-theme
- mechatroner.rainbow-csv