Skip to content

Commit 60650f1

Browse files
authored
Merge pull request #43 from chipspeak/GUIDEFRAME-56
task(GUIDEFRAME-56): moved demos to new dirs
2 parents 3e49c65 + 1b6f539 commit 60650f1

File tree

9 files changed

+5
-3
lines changed

9 files changed

+5
-3
lines changed

.github/workflows/render.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
nohup Xvfb :99 -screen 0 1920x1080x24 &
3232
3333
# Run the Python script
34-
python3 guideframe_tutors_demo.py github
34+
python3 -m guideframe_demos.tutors_demo.guideframe_tutors_demo github
3535
# Upload the screen recording as an artifact
3636
- name: Upload screen recording as artifact
3737
uses: actions/upload-artifact@v4
3838
with:
3939
name: render-tutors-demo
40-
path: ./guideframe_tutors_demo*.mp4
40+
path: guideframe_demos/tutors_demo/guideframe_tutors_demo*.mp4

.github/workflows/selenium_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
# Start virtual display
3030
export DISPLAY=:99
3131
nohup Xvfb :99 -screen 0 1920x1080x24 &
32+
33+
export PYTHONPATH=$GITHUB_WORKSPACE:$PYTHONPATH
3234
3335
# Run the Selenium script
3436
python3 -m selenium_demos.selenium_automation_tests github

guideframe_demos/__init__.py

Whitespace-only changes.

guideframe_demos/guideframe_code_demo/__init__.py

Whitespace-only changes.

guideframe_code_demo.md renamed to guideframe_demos/guideframe_code_demo/guideframe_code_demo.md

File renamed without changes.

guideframe_code_demo.py renamed to guideframe_demos/guideframe_code_demo/guideframe_code_demo.py

File renamed without changes.

guideframe_demos/tutors_demo/__init__.py

Whitespace-only changes.

guideframe_tutors_demo.md renamed to guideframe_demos/tutors_demo/guideframe_tutors_demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Now let's move on to the simple starter card.
2020
Let's continue to the alternative starter card. Before using the scroll to element function to move to the reference course.
2121

2222
## Step 8
23-
In this case, we use this function to access an element that isn't in the display window.
23+
In this case, we use this function to access an element that may not be in the display window.
2424

2525
## Step 9
2626
Let's use the click element by xpath function. We'll use it to access the search bar at the top of the screen.

guideframe_tutors_demo.py renamed to guideframe_demos/tutors_demo/guideframe_tutors_demo.py

File renamed without changes.

0 commit comments

Comments
 (0)