UPSTREAM BASELINE: nextcloud/spreed v22.0.12 (без изменений)
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Type checking / changes (push) Has been cancelled
Type checking / test (push) Has been cancelled
Type checking / typescript-summary (push) Has been cancelled
Node tests / changes (push) Has been cancelled
Node tests / test (push) Has been cancelled
Node tests / test-summary (push) Has been cancelled
Источник: https://github.com/nextcloud/spreed/archive/refs/tags/v22.0.12.tar.gz С этого коммита ветка официального Nextcloud Talk отрезана (решение владельца 2026-07-06). Все дальнейшие изменения — только наши; версии релизов: 22.0.12-f7.N.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
Feature: chat-4/summary
|
||||
Background:
|
||||
Given user "participant1" exists
|
||||
Given user "participant2" exists
|
||||
|
||||
Scenario: Request a chat summary
|
||||
Given Fake summary task provider is enabled
|
||||
And the following spreed app config is set
|
||||
| ai_unread_summary_batch_size | 3 |
|
||||
And user "participant1" creates room "room" (v4)
|
||||
| roomType | 2 |
|
||||
| roomName | room |
|
||||
And user "participant1" adds user "participant2" to room "room" with 200 (v4)
|
||||
When user "participant1" sends message "Message 1" to room "room" with 201
|
||||
And user "participant1" sends message "Message 2" to room "room" with 201
|
||||
And user "participant1" sends message "Message 3" to room "room" with 201
|
||||
And user "participant1" sends message "Message 4" to room "room" with 201
|
||||
And user "participant2" requests summary for "room" starting from "Message 1" with 201
|
||||
| nextOffset | Message 3 |
|
||||
And repeating run "OC\TaskProcessing\SynchronousBackgroundJob" background jobs
|
||||
Then user "participant2" receives summary for "room" with 200
|
||||
| contains | This is a fake summary |
|
||||
And user "participant2" requests summary for "room" starting from "Message 3" with 201
|
||||
Reference in New Issue
Block a user