Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Akamu
Game Server Go
Commits
31513bea
Commit
31513bea
authored
Sep 22, 2020
by
Julien Schröter
Committed by
Frederik Wegner
Oct 13, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add description field to e2e tests
parent
db8ebec7
Pipeline
#2018
canceled with stages
in 9 minutes and 26 seconds
Changes
15
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
69 additions
and
13 deletions
+69
-13
test/e2e/responses/duel/getById2User2_200.json.template
test/e2e/responses/duel/getById2User2_200.json.template
+1
-0
test/e2e/responses/duel/getFullRound1User3_200.json.template
test/e2e/responses/duel/getFullRound1User3_200.json.template
+3
-0
test/e2e/responses/duel/getFullRound2User2_200.json
test/e2e/responses/duel/getFullRound2User2_200.json
+44
-9
test/e2e/responses/duel/getPoolUser1Duel1_200.json
test/e2e/responses/duel/getPoolUser1Duel1_200.json
+1
-0
test/e2e/responses/duel/getPoolUser4Duel3_200.json
test/e2e/responses/duel/getPoolUser4Duel3_200.json
+2
-1
test/e2e/responses/duel/getUser2_200.json
test/e2e/responses/duel/getUser2_200.json
+2
-1
test/e2e/responses/duel/getUser3_200.json.template
test/e2e/responses/duel/getUser3_200.json.template
+1
-0
test/e2e/responses/duel/patchPoolDuel1_200.json
test/e2e/responses/duel/patchPoolDuel1_200.json
+2
-1
test/e2e/responses/duel/playFullDuel/getDuelFinished_200.json.template
...onses/duel/playFullDuel/getDuelFinished_200.json.template
+2
-0
test/e2e/responses/duel/playFullDuel/getDuelOneRound_200.json.template
...onses/duel/playFullDuel/getDuelOneRound_200.json.template
+1
-0
test/e2e/responses/duel/playFullDuel/getDuelRound_200.json.template
...esponses/duel/playFullDuel/getDuelRound_200.json.template
+1
-0
test/e2e/responses/duel/playFullDuel/getDuelTwoRound_200.json.template
...onses/duel/playFullDuel/getDuelTwoRound_200.json.template
+2
-0
test/e2e/responses/duel/playFullDuel/patchPool1_200.json.template
.../responses/duel/playFullDuel/patchPool1_200.json.template
+1
-0
test/e2e/responses/duel/playFullDuel/patchPool2_200.json.template
.../responses/duel/playFullDuel/patchPool2_200.json.template
+2
-0
test/e2e/responses/pool/get_200.json.template
test/e2e/responses/pool/get_200.json.template
+4
-1
No files found.
test/e2e/responses/duel/getById2User2_200.json.template
View file @
31513bea
...
...
@@ -83,6 +83,7 @@
"id":1,
"name":"pool1",
"code":"p1",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"is-answered":false,
...
...
test/e2e/responses/duel/getFullRound1User3_200.json.template
View file @
31513bea
...
...
@@ -5,6 +5,7 @@
"id":1,
"name":"pool1",
"code":"p1",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"is-answered":true,
...
...
@@ -34,6 +35,7 @@
"id":1,
"name":"pool1",
"code":"p1",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"answer":{
...
...
@@ -63,6 +65,7 @@
"id":1,
"name":"pool1",
"code":"p1",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"answer":{
...
...
test/e2e/responses/duel/getFullRound2User2_200.json
View file @
31513bea
...
...
@@ -5,6 +5,7 @@
"id"
:
1
,
"name"
:
"pool1"
,
"code"
:
"p1"
,
"description"
:
"<<PRESENCE>>"
,
"image"
:
"<<PRESENCE>>"
},
"is-answered"
:
false
,
...
...
@@ -34,6 +35,7 @@
"id"
:
1
,
"name"
:
"pool1"
,
"code"
:
"p1"
,
"description"
:
"<<PRESENCE>>"
,
"image"
:
"<<PRESENCE>>"
},
"answer"
:
{
...
...
@@ -41,10 +43,26 @@
"type"
:
"option"
,
"option-answer"
:
{
"options"
:
[
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
true
,
"text"
:
"A"
},
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
false
,
"text"
:
"B"
},
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
false
,
"text"
:
"C"
},
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
false
,
"text"
:
"D"
}
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
true
,
"text"
:
"A"
},
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
false
,
"text"
:
"B"
},
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
false
,
"text"
:
"C"
},
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
false
,
"text"
:
"D"
}
]
},
"text-answer"
:
null
...
...
@@ -62,6 +80,7 @@
"id"
:
1
,
"name"
:
"pool1"
,
"code"
:
"p1"
,
"description"
:
"<<PRESENCE>>"
,
"image"
:
"<<PRESENCE>>"
},
"answer"
:
{
...
...
@@ -69,10 +88,26 @@
"type"
:
"option"
,
"option-answer"
:
{
"options"
:
[
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
true
,
"text"
:
"A"
},
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
false
,
"text"
:
"B"
},
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
false
,
"text"
:
"C"
},
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
false
,
"text"
:
"D"
}
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
true
,
"text"
:
"A"
},
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
false
,
"text"
:
"B"
},
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
false
,
"text"
:
"C"
},
{
"id"
:
"<<PRESENCE>>"
,
"correct"
:
false
,
"text"
:
"D"
}
]
},
"text-answer"
:
null
...
...
test/e2e/responses/duel/getPoolUser1Duel1_200.json
View file @
31513bea
...
...
@@ -3,6 +3,7 @@
"id"
:
1
,
"name"
:
"pool1"
,
"code"
:
"p1"
,
"description"
:
""
,
"image"
:
"1"
}
]
\ No newline at end of file
test/e2e/responses/duel/getPoolUser4Duel3_200.json
View file @
31513bea
...
...
@@ -3,6 +3,7 @@
"id"
:
1
,
"name"
:
"pool1"
,
"code"
:
"p1"
,
"description"
:
""
,
"image"
:
1
}
]
\ No newline at end of file
test/e2e/responses/duel/getUser2_200.json
View file @
31513bea
...
...
@@ -209,6 +209,7 @@
"id"
:
1
,
"name"
:
"pool1"
,
"code"
:
"p1"
,
"description"
:
""
,
"image"
:
1
},
"is-answered"
:
false
,
...
...
test/e2e/responses/duel/getUser3_200.json.template
View file @
31513bea
...
...
@@ -107,6 +107,7 @@
"id":1,
"name":"pool1",
"code":"p1",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"is-answered":true,
...
...
test/e2e/responses/duel/patchPoolDuel1_200.json
View file @
31513bea
...
...
@@ -106,6 +106,7 @@
"id"
:
1
,
"name"
:
"pool1"
,
"code"
:
"p1"
,
"description"
:
"<<PRESENCE>>"
,
"image"
:
"<<PRESENCE>>"
},
"is-answered"
:
false
,
...
...
test/e2e/responses/duel/playFullDuel/getDuelFinished_200.json.template
View file @
31513bea
...
...
@@ -62,6 +62,7 @@
"id": %d,
"name":"<<PRESENCE>>",
"code":"<<PRESENCE>>",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"is-answered":true,
...
...
@@ -79,6 +80,7 @@
"id":%d,
"name":"<<PRESENCE>>",
"code":"<<PRESENCE>>",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"is-answered":true,
...
...
test/e2e/responses/duel/playFullDuel/getDuelOneRound_200.json.template
View file @
31513bea
...
...
@@ -62,6 +62,7 @@
"id":%v,
"name":"<<PRESENCE>>",
"code":"<<PRESENCE>>",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"is-answered":%v,
...
...
test/e2e/responses/duel/playFullDuel/getDuelRound_200.json.template
View file @
31513bea
...
...
@@ -5,6 +5,7 @@
"id":%d,
"name":"<<PRESENCE>>",
"code":"<<PRESENCE>>",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"is-answered":%v,
...
...
test/e2e/responses/duel/playFullDuel/getDuelTwoRound_200.json.template
View file @
31513bea
...
...
@@ -62,6 +62,7 @@
"id": %v,
"name":"<<PRESENCE>>",
"code":"<<PRESENCE>>",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"is-answered":true,
...
...
@@ -79,6 +80,7 @@
"id": %v,
"name":"<<PRESENCE>>",
"code":"<<PRESENCE>>",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"is-answered": %v,
...
...
test/e2e/responses/duel/playFullDuel/patchPool1_200.json.template
View file @
31513bea
...
...
@@ -62,6 +62,7 @@
"id":%v,
"name":"<<PRESENCE>>",
"code":"<<PRESENCE>>",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"is-answered":%v,
...
...
test/e2e/responses/duel/playFullDuel/patchPool2_200.json.template
View file @
31513bea
...
...
@@ -62,6 +62,7 @@
"id":%v,
"name":"<<PRESENCE>>",
"code":"<<PRESENCE>>",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"is-answered":%v,
...
...
@@ -79,6 +80,7 @@
"id":%v,
"name":"<<PRESENCE>>",
"code":"<<PRESENCE>>",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>"
},
"is-answered":%v,
...
...
test/e2e/responses/pool/get_200.json.template
View file @
31513bea
...
...
@@ -3,6 +3,7 @@
"id":1,
"name":"pool1",
"code":"p1",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>",
"selected":%v
},
...
...
@@ -10,6 +11,7 @@
"id":2,
"name":"pool2",
"code":"p2",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>",
"selected":%v
},
...
...
@@ -17,6 +19,7 @@
"id":3,
"name":"pool3",
"code":"p3",
"description":"<<PRESENCE>>",
"image":"<<PRESENCE>>",
"selected":%v
}
...
...
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