Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lde-api-regression-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
lde-api-regression-test
Commits
c272d344
Commit
c272d344
authored
5 years ago
by
Hamer Iboshi
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
3577bd1b
No related branches found
No related tags found
No related merge requests found
Pipeline
#21649
failed
5 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+21
-1
21 additions, 1 deletion
README.md
with
21 additions
and
1 deletion
README.md
+
21
−
1
View file @
c272d344
...
...
@@ -77,4 +77,24 @@ available commands:
### Saving route
### Compare routes
\ No newline at end of file
The command save will save files of all routes in the list at settings file.
```
python manage.py save
```
To save specific base route
```
python manage.py save --route enrollment
```
### Compare routes
The command compare will compare all requisitions of routes in the list at settings file with the saved files at route_result path.
```
python manage.py compare
```
To compare specific base route with files of this specific route at route_result path.
```
python manage.py compare --route enrollment
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment