Skip to content

Commit 12b59b0

Browse files
authored
chore(test): extend playground test scope and allign with Amplitude (#3378)
Signed-off-by: Tibor Dancs <[email protected]>
1 parent 5d35a1b commit 12b59b0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tests/playwright/src/ai-lab-extension.spec.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,13 @@ test.describe.serial(`AI Lab extension installation and verification`, () => {
429429
});
430430
});
431431

432-
['ibm-research/granite-3.2-8b-instruct-GGUF'].forEach(modelName => {
433-
test.describe.serial(`AI Lab playground creation and deletion`, { tag: '@smoke' }, () => {
432+
[
433+
'ibm-granite/granite-3.3-8b-instruct-GGUF',
434+
'instructlab/granite-7b-lab-GGUF',
435+
'instructlab/merlinite-7b-lab-GGUF',
436+
'TheBloke/Mistral-7B-Instruct-v0.2-GGUF',
437+
].forEach(modelName => {
438+
test.describe.serial(`AI Lab playground creation and deletion for ${modelName}`, { tag: '@smoke' }, () => {
434439
let catalogPage: AILabCatalogPage;
435440
let playgroundsPage: AILabPlaygroundsPage;
436441
let playgroundDetailsPage: AILabPlaygroundDetailsPage;

0 commit comments

Comments
 (0)