Rename e2e tests folder to tests folder
Browse files
.github/workflows/run_e2e_tests.yml
CHANGED
|
@@ -10,7 +10,7 @@ jobs:
|
|
| 10 |
test:
|
| 11 |
defaults:
|
| 12 |
run:
|
| 13 |
-
working-directory:
|
| 14 |
runs-on: ubuntu-latest
|
| 15 |
steps:
|
| 16 |
- uses: actions/checkout@v3
|
|
|
|
| 10 |
test:
|
| 11 |
defaults:
|
| 12 |
run:
|
| 13 |
+
working-directory: tests
|
| 14 |
runs-on: ubuntu-latest
|
| 15 |
steps:
|
| 16 |
- uses: actions/checkout@v3
|
{e2e_tests β tests}/README.md
RENAMED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
Running
|
| 2 |
|
| 3 |
This serves as a framework to build regression tests for puppet android app.
|
| 4 |
Currently the test supports running the tests against the built android package in dev machine or in sauce labs.
|
|
|
|
| 1 |
+
Running Tests
|
| 2 |
|
| 3 |
This serves as a framework to build regression tests for puppet android app.
|
| 4 |
Currently the test supports running the tests against the built android package in dev machine or in sauce labs.
|
{e2e_tests β tests}/__init__.py
RENAMED
|
File without changes
|
{e2e_tests β tests}/requirements.txt
RENAMED
|
File without changes
|
{e2e_tests β tests}/test_sauce_labs.py
RENAMED
|
File without changes
|
{e2e_tests β tests}/utils.py
RENAMED
|
File without changes
|