Visual-Regression-Tracker / agent-codeceptjs

3 stars 2 forks source link

[Codeceptjs] Change viewport value in configs by declare it in test #12

Open Elverslane opened 4 years ago

Elverslane commented 4 years ago

for example in playwright string viewport: viewportSize ?${viewportSize.width}x${viewportSize.height}: undefined changes value in config but in codeceptjs its only for label in UI

pashidlos commented 4 years ago

need to check if this is possible in codeceptjs here is example from Playwright agent https://github.com/Visual-Regression-Tracker/agent-playwright/blob/41816866b9c0c5a74b198396a1b90e2b3161868e/lib/playwrightVisualRegressionTracker.ts#L33

Elverslane commented 4 years ago

I think we can ask @DavertMik