5151 - name : Install dependencies
5252 run : |
5353 python -m pip install --upgrade pip
54- pip install -r content-gen/ tests/e2e-test/requirements.txt
54+ pip install -r tests/e2e-test/requirements.txt
5555
5656 - name : Ensure browsers are installed
5757 run : python -m playwright install --with-deps chromium
9898 else
9999 xvfb-run pytest --html=report/report.html --self-contained-html
100100 fi
101- working-directory : content-gen/ tests/e2e-test
101+ working-directory : tests/e2e-test
102102 continue-on-error : true
103103
104104 - name : Sleep for 30 seconds
@@ -115,7 +115,7 @@ jobs:
115115 else
116116 xvfb-run pytest --html=report/report.html --self-contained-html
117117 fi
118- working-directory : content-gen/ tests/e2e-test
118+ working-directory : tests/e2e-test
119119 continue-on-error : true
120120
121121 - name : Sleep for 60 seconds
@@ -132,7 +132,7 @@ jobs:
132132 else
133133 xvfb-run pytest --html=report/report.html --self-contained-html
134134 fi
135- working-directory : content-gen/ tests/e2e-test
135+ working-directory : tests/e2e-test
136136
137137 - name : Upload test report
138138 id : upload_report
@@ -141,9 +141,9 @@ jobs:
141141 with :
142142 name : test-report
143143 path : |
144- content-gen/ tests/e2e-test/report/*
145- content-gen/ tests/e2e-test/tests/screenshots/*
146- content-gen/ tests/e2e-test/screenshots/*
144+ tests/e2e-test/report/*
145+ tests/e2e-test/tests/screenshots/*
146+ tests/e2e-test/screenshots/*
147147
148148 - name : Generate E2E Test Summary
149149 if : always()
0 commit comments