mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-04 10:34:52 +02:00
518 lines
20 KiB
Plaintext
518 lines
20 KiB
Plaintext
pipeline {
|
|
agent any
|
|
stages {
|
|
|
|
stage('Testing-Telegram') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_GetBotInfo" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_GetUpdates" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SetWebhook" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendTextMessage" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendImage" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendVideo" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendAudio" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendDocument" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendGIF" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendMediaGroup" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendLocation" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendContact" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_SendPoll" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_ForwardMessage" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_BanUnban" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_CreateInvitationLink" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_PinUnpinMessage" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_GetMemberCount" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_GetForumAvatarsList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_CreateDeleteForumTopic" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_ChangeMainTopicName" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "TelegramAPI_HideShowMainTopic" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-VK') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateTokenLink" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateDeletePost" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateCompositePost" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreatePoll" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_SaveDeleteImage" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateStory" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_DiscussionMethods" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_LikeRepostComment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetStatistics" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetPostStatistics" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateAdCampaign" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_SendMessage" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetProductCategories" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateProductSelection" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_CreateProductWithProperties" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetProductList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetSelectionList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetPropertyList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_GetOrderList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKAPI_UploadVideo" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-Viber') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Viber_DataRetrieval" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Viber_MessagesSending" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-Twitter') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_GetAuthorizationLink" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_UpdateToken" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_CreateTextTweet" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_CreateTweetWithImage" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_CreateTweetWithVideo" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_CreateTweetWithGif" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Twitter_CreateTweetWithPoll" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-YandexDisk') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_GetDiskInfo" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_CreateFolder" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_UploadByUrlAndGetObject" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_UploadDeleteFile" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_CreateObjectCopy" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_GetDownloadLink" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_GetFileList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_MoveObject" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_PublicObjectActions" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "YDisk_GetPublishedList" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-GoogleWorkspace') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GV_GetAuthorizationLink" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GV_GetToken" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GV_UpdateToken" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-GoogleCalendar') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GC_GetCalendarList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GC_CreateDeleteCalendar" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GC_CreateDeleteEvent" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GC_GetEventList" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-GoogleDrive') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GD_GetCatalogList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GD_UploadDeleteFile" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GD_CreateDeleteComment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GD_CreateCatalog" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-GoogleSheets') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GT_CreateTable" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GT_GetTable" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GT_FillClearCells" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-Notion') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_CreatePage" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_CreateEditDatabase" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_GetPageInfo" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_GetDatabaseInfo" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_CreatePageInDatabase" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_EditPageProperties" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_CreateDeleteBlock" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_GetUsers" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Notion_GetUserData" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-Slack') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetBotInfo" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetUserList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetRegionList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_SendDeleteMessage" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_SendDeleteEphemeral" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetScheduledMessages" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_CreateArchiveChannel" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetChannelList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_OpenCloseDialog" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetFileList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_UploadDeleteFile" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_GetExternalFileList" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "Slack_UploadDeleteExternalFile" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-Airtable') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "AT_CreateDatabase" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "AT_CreateTable" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "AT_CreateField" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "AT_CreateDeleteRecords" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-Dropbox') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_GetUpdateToken" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_UploadFile" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_UploadFileByURL" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_CreateFolder" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_CreateDeleteTag" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_GetAccount" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_AccessManagement" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "DropboxAPI_GetFolderFileList" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-Bitrix24') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_TokenManagment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_ServerTime" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_PostsManagment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_TaskManagment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_CommentsManagment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_WorkingWithDrive" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_Kanban" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_Timekeeping" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_ChatManagment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_NotificationsManagment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_TasksFieldsManagment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_DepartmentsManagment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B2_UsersManagment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_LeadsManagment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "B24_DealsManagment" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-VkTeams') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKT_MessagesSending" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKT_CommonMethods" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "VKT_ChatManagment" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
stage('Testing-Ozon') {
|
|
steps {
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "OzonAPI_AttributesAndFeatures" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "OzonAPI_UploadingAndUpdatingProducts" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "OzonAPI_Barcodes" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "OzonAPI_PricesAndStocks" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "OzonAPI_PromotionsManagment" '
|
|
|
|
|
|
bat encoding: 'UTF8', script:'chcp 65001 & 1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "OzonAPI_WarehousesManagment" '
|
|
|
|
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|