1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot) 2025-03-02 10:48:39 +03:00
parent c69441b6dc
commit ba46ffb04b
11 changed files with 6689 additions and 6660 deletions

View File

@ -1486,6 +1486,10 @@ jobs:
if: ${{ cancelled() }} == false
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os "CLI_GAPI_Account"
- name: Group management
if: ${{ cancelled() }} == false
run: oscript /home/runner/.local/share/ovm/current/lib/1testrunner/src/main.os -run ./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os "CLI_GAPI_GroupManagement"
- name: Записать логи
if: ${{ cancelled() }} == false
uses: actions/cache/save@v3

4
ci/cli_ostesten vendored
View File

@ -717,6 +717,10 @@ pipeline {
powershell encoding: 'UTF-8', script:'1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os" "CLI_GAPI_Account"'
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_TestsCLI.os" "CLI_GAPI_GroupManagement"'
}
}
}

4
ci/ostesten vendored
View File

@ -717,6 +717,10 @@ pipeline {
powershell encoding: 'UTF-8', script:'1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GAPI_Account"'
}
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
powershell encoding: 'UTF-8', script:'1testrunner -run "./src/en/OInt/tests/Modules/internal/OPI_Tests.os" "GAPI_GroupManagement"'
}
}
}

View File

@ -41,4 +41,11 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"avatar": "https://pps.whatsapp.net/v/t61.24694-24/473400535_1640834266806989_5305587157797475890_n.jpg?stp=dst-jpg_s96x96_tt6&ccb=11-4&oh=01_Q5AaIIel2AVOTn8obQmqXcEmwwe1m_hSPGocdFB1TXwjZPr4&oe=67D09C63&_nc_sid=5e03e0&_nc_cat=109",
"phone": "***",
"stateInstance": "authorized",
"deviceId": "***"
}
```

View File

@ -44,4 +44,6 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
null
```

View File

@ -46,4 +46,10 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
{
"reason": null,
"urlAvatar": "https://pps.whatsapp.net/v/t61.24694-24/473397097_589119524121376_3590966257766927896_n.jpg?ccb=11-4&oh=01_Q5AaIBA3ssebyv9WxR_ZbcPX-10atEaxoMqHEQj1OOADmaKv&oe=67D092A2&_nc_sid=5e03e0&_nc_cat=110",
"setProfilePicture": true
}
```

View File

@ -45,4 +45,6 @@ import TabItem from '@theme/TabItem';
```json title="Результат"
"instance is starting or not authorized"
```

File diff suppressed because it is too large Load Diff

View File

@ -279,8 +279,8 @@ Function GetTestTable() Export
NewTest(TestTable, "SQLL_ORM" , "ORM" , SQLite);
NewTest(TestTable, "Postgres_CommonMethods" , "Common methods" , Postgres);
NewTest(TestTable, "Postgres_ORM" , "ORM" , Postgres);
NewTest(TestTable, "GAPI_Account" , "Account" , GreenAPI);
NewTest(TestTable, "GAPI_GroupManagement" , "Group management" , GreenAPI);
NewTest(TestTable, "GAPI_Account" , "Account" , GreenAPI);
Return TestTable;

View File

@ -279,8 +279,8 @@ Function GetTestTable() Export
NewTest(TestTable, "SQLL_ORM" , "ORM" , SQLite);
NewTest(TestTable, "Postgres_CommonMethods" , "Common methods" , Postgres);
NewTest(TestTable, "Postgres_ORM" , "ORM" , Postgres);
NewTest(TestTable, "GAPI_Account" , "Account" , GreenAPI);
NewTest(TestTable, "GAPI_GroupManagement" , "Group management" , GreenAPI);
NewTest(TestTable, "GAPI_Account" , "Account" , GreenAPI);
Return TestTable;

View File

@ -279,8 +279,8 @@
НовыйТест(ТаблицаТестов, "SQLL_ORM" , "ORM" , SQLite);
НовыйТест(ТаблицаТестов, "Postgres_ОсновныеМетоды" , "Основные методы" , Postgres);
НовыйТест(ТаблицаТестов, "Postgres_ORM" , "ORM" , Postgres);
НовыйТест(ТаблицаТестов, "GAPI_Аккаунт" , "Аккаунт" , GreenAPI);
НовыйТест(ТаблицаТестов, "GAPI_УправлениеГруппами" , "Управление группами" , GreenAPI);
НовыйТест(ТаблицаТестов, "GAPI_Аккаунт" , "Аккаунт" , GreenAPI);
Возврат ТаблицаТестов;