Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
test-platform
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
马博
test-platform
Commits
692c70fc
Commit
692c70fc
authored
Nov 21, 2019
by
赵然
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zr
parent
d30300af
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
秒杀商品_自有新优惠券_兑换限制_SeckillTest.java
...p/cases/SeckillTest/新秒杀/秒杀商品_自有新优惠券_兑换限制_SeckillTest.java
+1
-1
duiba.properties
src/test/profiles/aliyun/duiba.properties
+1
-1
No files found.
src/test/java/http/cases/SeckillTest/新秒杀/秒杀商品_自有新优惠券_兑换限制_SeckillTest.java
View file @
692c70fc
...
...
@@ -137,7 +137,7 @@ public class 秒杀商品_自有新优惠券_兑换限制_SeckillTest extends Du
String
result
=
resultres
.
jsonPath
().
getString
(
"data.result"
);
//数据校验
Assert
.
assertEquals
(
remaining
,
"0"
,
"校验兑换按钮失败"
);
Assert
.
assertEquals
(
failedReason
,
"
兑换劵已经用完
"
,
"校验兑换按钮失败"
);
Assert
.
assertEquals
(
failedReason
,
"
库存不足
"
,
"校验兑换按钮失败"
);
Assert
.
assertEquals
(
result
,
"3"
,
"校验兑换按钮失败"
);
logger
.
info
(
"校验秒杀商品--售罄成功"
);
...
...
src/test/profiles/aliyun/duiba.properties
View file @
692c70fc
...
...
@@ -13,7 +13,7 @@ hdserver.name=humengxin@duiba.com.cn
hdserver.password
=
3Rq1TXSZuVQw3RxydD9K2IR/skk=
sso.loginurl
=
sso.duibatest.com.cn/doLogin
sso.loginname
=
zhaoran@duiba.com.cn
sso.loginpassword
=
123456
sso.loginpassword
=
zr112800
goods.host
=
activity.m.duibatest.com.cn
activity.host
=
http://activity.m.duibatest.com.cn
seckill.host
=
activity.m.duibatest.com.cn
...
...
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