-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtestng.xml
27 lines (27 loc) · 1.15 KB
/
testng.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd">
<suite name="Failed suite [Suite]" guice-stage="DEVELOPMENT">
<listeners>
<listener class-name="com.sunbird.GenericLibrary.Listeners"/>
</listeners>
<test thread-count="5" name="Test(failed)">
<classes>
<class name="regression.Workspace">
<methods>
<include name="UserAbleToAddTextBookToCouseInAddFromLibrarySection"/>
<include name="EditAndReplaceUploadYouTubecontent"/>
<include name="DownloadContentFromPreviewPage"/>
<include name="CreatorAbleToCopyThePublishedBook"/>
<include name="VerifyUploadedConetentInAllMyContentAndAllUploads"/>
<include name="UploadYouTubecontent"/>
<include name="UploadEPUBcontent"/>
<include name="copyAndPublishMp4Content"/>
<include name="copyAndPublishYoutubeContent"/>
<include name="loadFrameworkConfigs"/>
<include name="UploadH5pcontent"/>
<include name="userAbleToEditPublishedCourseAndRePublishCourse"/>
</methods>
</class> <!-- regression.Workspace -->
</classes>
</test> <!-- Test(failed) -->
</suite> <!-- Failed suite [Suite] -->