element-portable/playwright/docker-entrypoint.sh
Michael Telatynski 4fd2eb376c
Switch to new Chrome headless mode instead
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2024-12-02 17:34:21 +00:00

5 lines
79 B
Bash

#!/bin/bash
set -e
npx playwright test --update-snapshots --reporter line $@