-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync test case to MT with parsed steps
- Loading branch information
Showing
4 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,13 @@ MozIlluminate allows you to write test cases in Google spreadsheet, and automati | |
8. Once the script finished without error, Go to https://travis-ci.org/MozIlluminate/mozilluminate-demo/builds to see the test cases being synced to MozTrap-dev | ||
9. Go to https://moztrap-dev.allizom.org/manage/cases/ to see your new test cases. | ||
|
||
# How it works | ||
* When you run `commit.sh`, the script downloads the google spreadsheet and transform it into a local json file | ||
* Then the `commit.sh` script does `git add`, `git commit` and `git push` | ||
* Travis CI server detects the push, and run the `.travis.yml` file | ||
* The `.travis.yml` file triggers the `tests/MozIlluminate/sync.py` | ||
* `tests/MozIlluminate/sync.py` checks for the diff between HEAD and HEAD~1 and push the difference to MozTrap throught its REST API | ||
|
||
# Admins | ||
* Shing Lyu ([email protected]) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule moztrapcli
updated
7 files
+6 −21 | README.md | |
+22 −19 | moztrap.py | |
+15 −3 | mtapi.py | |
+43 −41 | orm.py | |
+11 −0 | test/caseversion_88.formatted.json | |
+6 −7 | test/caseversion_88.txt | |
+26 −4 | test/test_orm.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters