Skip to content

Commit

Permalink
Add gitpod.yml (#42)
Browse files Browse the repository at this point in the history
* get pytest started

* again

* again

* Add Gitpod selenium test

* add Appium scripts too

* add gitpod yml

---------

Co-authored-by: Daniel Graham <[email protected]>
  • Loading branch information
dpgraham and Daniel Graham authored Jun 19, 2023
1 parent 572781b commit cbd3877
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# List the start up tasks. Learn more: https://www.gitpod.io/docs/configure/workspaces/tasks
tasks:
- name: Script Task
init: pip install -r ./requirements.txt
command: |
rm -rf /workspace/.pyenv_mirror/user/current/lib/python3.11/site-packages/py/_vendored_packages/apipkg/
pytest -n8 $TEST_PATH
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

0 comments on commit cbd3877

Please sign in to comment.