forked from TiddlyWiki/TiddlyWiki5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into feat/i18n
- Loading branch information
Showing
879 changed files
with
34,983 additions
and
2,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,7 @@ | |
tmp/ | ||
output/ | ||
node_modules/ | ||
|
||
/test-results/ | ||
/playwright-report/ | ||
/playwright/.cache/ | ||
$__StoryList.tid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#!/bin/bash | ||
|
||
# test TiddlyWiki5 for tiddlywiki.com | ||
|
||
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 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.