Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xm-autotest-live
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiamai-test
xm-autotest-live
Commits
961d4f9a
Commit
961d4f9a
authored
Jan 06, 2021
by
fangyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update case
parent
3cfea9c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
src/main/java/com/live/cases/apollo/TestGetCourseDocList.java
+1
-2
testng.xml
+1
-1
No files found.
src/main/java/com/live/cases/apollo/TestGetCourseDocList.java
View file @
961d4f9a
...
...
@@ -17,7 +17,6 @@ import org.testng.annotations.Test;
public
class
TestGetCourseDocList
extends
XMBaseTest
{
GetLiveCourseId
tools
=
new
GetLiveCourseId
();
@BeforeMethod
public
void
beforeTest
()
{
...
...
@@ -30,7 +29,7 @@ public class TestGetCourseDocList extends XMBaseTest {
@Test
public
void
getCourseDocList
()
{
GetLiveCourseId
tools
=
new
GetLiveCourseId
();
String
id
=
tools
.
createCourse
();
JSONObject
jsonObject
=
new
JSONObject
();
...
...
testng.xml
View file @
961d4f9a
...
...
@@ -2,7 +2,7 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<!--<suite name="xm-autotest-live" parallel="true" thread-count="20" data-provider-thread-count="5" >-->
<!--可能存在线程不安全情况让sutie case 按顺序执行 parallel="false" -->
<suite
name=
"xm-autotest-live"
parallel=
"
fals
e"
>
<suite
name=
"xm-autotest-live"
parallel=
"
non
e"
>
<listeners>
<listener
class-name=
"com.xiaomai.client.RetryListener"
/>
...
...
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