Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e62fe932
Commit
e62fe932
authored
Aug 28, 2020
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename `status_issue` tag to `testcase`
parent
998b2cd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
qa/qa/support/json_formatter.rb
qa/qa/support/json_formatter.rb
+1
-1
No files found.
qa/qa/support/json_formatter.rb
View file @
e62fe932
...
@@ -48,7 +48,7 @@ module QA
...
@@ -48,7 +48,7 @@ module QA
line_number:
line_number
.
to_i
,
line_number:
line_number
.
to_i
,
run_time:
example
.
execution_result
.
run_time
,
run_time:
example
.
execution_result
.
run_time
,
pending_message:
example
.
execution_result
.
pending_message
,
pending_message:
example
.
execution_result
.
pending_message
,
status_issue:
example
.
metadata
[
:status_issu
e
],
testcase:
example
.
metadata
[
:testcas
e
],
quarantine:
example
.
metadata
[
:quarantine
],
quarantine:
example
.
metadata
[
:quarantine
],
screenshot:
example
.
metadata
[
:screenshot
]
screenshot:
example
.
metadata
[
:screenshot
]
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment