logseq/e2e-tests
Gabriel Horner 56b58566be Basic example using browser with test ns and test runner cleanly split 2022-03-23 12:41:50 -04:00
..
.gitignore Basic example using browser with test ns and test runner cleanly split 2022-03-23 12:41:50 -04:00
README.md Basic example using browser with test ns and test runner cleanly split 2022-03-23 12:41:50 -04:00
basic.spec.ts test(e2e): add test case for #3944 2022-01-19 11:12:38 +08:00
code-editing.spec.ts fix e2e tests 2022-01-28 20:28:50 +08:00
dnd.spec.ts test(e2e): add drag and drop test skeleton 2022-03-15 11:56:32 +08:00
editor.spec.ts fix: replace-block-reference-with-content-at-point not working 2022-03-17 16:16:24 +08:00
fixtures.ts Improve long page editing performance (#3855) 2022-01-18 10:37:31 +08:00
hotkey.spec.ts fix(test): unused imports 2021-12-12 16:24:14 +08:00
package.json Basic example using browser with test ns and test runner cleanly split 2022-03-23 12:41:50 -04:00
page-rename.spec.ts test(e2e): add test for favorite and recent items 2022-02-19 10:47:16 +08:00
page-search.spec.ts test(e2e): add test for favorite and recent items 2022-02-19 10:47:16 +08:00
sidebar.spec.ts test(e2e): add test case for #4320 2022-02-24 23:44:57 +08:00
srs_test.cljs Basic example using browser with test ns and test runner cleanly split 2022-03-23 12:41:50 -04:00
test_runner.cljs Basic example using browser with test ns and test runner cleanly split 2022-03-23 12:41:50 -04:00
utils.ts test(e2e): add test case for #4320 2022-02-24 23:44:57 +08:00

README.md

Description

This demonstrates running playwright tests with https://github.com/babashka/nbb.

Note: This only runs example browser tests. There is more work to run a basic electron test

Setup

Install dependencies: yarn install

Usage

Run tests: yarn nbb -m test-runner

Run headless tests: CI=1 yarn nbb -m test-runner

nbb supports repl driven development. See yarn nbb -h for different ways to start a repl. See links below for examples of repl usage.