Files
element-web/playwright/docker-entrypoint.sh
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
79 B
Bash
Raw Normal View History

#!/bin/bash
set -e
2024-06-25 11:06:55 +02:00
npx playwright test --update-snapshots --reporter line $@