1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 04:54:23 +00:00
TiddlyWiki5/bin/ci-test.sh

19 lines
325 B
Bash
Raw Normal View History

#!/bin/bash
# test TiddlyWiki5 for tiddlywiki.com
2024-01-02 21:41:06 +00:00
npm install
node ./tiddlywiki.js \
./editions/test \
--verbose \
--version \
--rendertiddler $:/core/save/all test.html text/plain \
--test \
|| exit 1
npm install playwright @playwright/test
npx playwright install chromium firefox --with-deps
npx playwright test