mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-03 12:31:27 +01:00
* Remove old screenshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Add experimental playwright-screenshots.sh utility and use it for shared-components `test:storybook:update` Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Tidy up Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Iterate based on review Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
5 lines
157 B
Bash
Executable File
5 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# We use npm here as we used `npm i -g` to install playwright in the Dockerfile
|
|
npm exec -- playwright run-server --port "$PORT" --host 0.0.0.0
|