Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wjymtg committed Dec 10, 2024
1 parent 36d91a7 commit bfe9fb1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
58 changes: 29 additions & 29 deletions browser_tests/move_node.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@ import { expect, test } from '@playwright/test';

// TODO: auto populate node list somehow
[
"bizyair siliconcloud llm api",
"bizyair joy caption",
"bizyair joy caption2",
"bizyair siliconcloud vlm api",
"bizyair minuszone chatglm3 text encode",
"bizyair ksampler",
"bizyair cfgguider",
"bizyair basicguider",
"bizyair flipsigmas",
"bizyair randomnoise",
"bizyair disablenoise",
"bizyair basicscheduler",
"bizyair ksamplerselect",
"bizyair ksampler(advanced)",
"bizyair vae decode",
"bizyair vae encode",
"bizyair load vae",
"bizyair load lora",
"bizyair load controlnet model",
"bizyair load clip vision",
"bizyair shared lora loader",
"bizyair load style model",
"bizyair loraloader_legacy",
"bizyair load upscale model",
"bizyair load diffusion model",
"bizyair dualcliploader",
"bizyair triplecliploader",
"bizyair fluxguidance",
"bizyair cliptextencoderflux",
//"bizyair siliconcloud llm api",
//"bizyair joy caption",
//"bizyair joy caption2",
//"bizyair siliconcloud vlm api",
//"bizyair minuszone chatglm3 text encode",
//"bizyair ksampler",
//"bizyair cfgguider",
//"bizyair basicguider",
//"bizyair flipsigmas",
//"bizyair randomnoise",
//"bizyair disablenoise",
//"bizyair basicscheduler",
//"bizyair ksamplerselect",
//"bizyair ksampler(advanced)",
//"bizyair vae decode",
//"bizyair vae encode",
//"bizyair load vae",
//"bizyair load lora",
//"bizyair load controlnet model",
//"bizyair load clip vision",
//"bizyair shared lora loader",
//"bizyair load style model",
//"bizyair loraloader_legacy",
//"bizyair load upscale model",
//"bizyair load diffusion model",
//"bizyair dualcliploader",
//"bizyair triplecliploader",
//"bizyair fluxguidance",
//"bizyair cliptextencoderflux",
"bizyair conditioningzeroout"
].forEach(nodeName => {
test(nodeName, async ({ page }) => {
Expand Down
4 changes: 2 additions & 2 deletions browser_tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ export default defineConfig({
{
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
timeout: 15000,
timeout: 5000,
grepInvert: /@mobile/ // Run all tests except those tagged with @mobile
},

{
name: 'chromium-2x',
use: { ...devices['Desktop Chrome'], deviceScaleFactor: 2 },
timeout: 15000,
timeout: 5000,
grepInvert: /@mobile/ // Run all tests except those tagged with @mobile
},

Expand Down

0 comments on commit bfe9fb1

Please sign in to comment.