Gabriel Horner 56b58566be Basic example using browser with test ns and test runner cleanly split 3 ani în urmă
..
.gitignore 56b58566be Basic example using browser with test ns and test runner cleanly split 3 ani în urmă
README.md 56b58566be Basic example using browser with test ns and test runner cleanly split 3 ani în urmă
basic.spec.ts 5ce66ac215 test(e2e): add test case for #3944 3 ani în urmă
code-editing.spec.ts d18d2f24ca fix e2e tests 3 ani în urmă
dnd.spec.ts d985501186 test(e2e): add drag and drop test skeleton 3 ani în urmă
editor.spec.ts 4ea3d6eef8 fix: replace-block-reference-with-content-at-point not working 3 ani în urmă
fixtures.ts 6aba8c3241 Improve long page editing performance (#3855) 3 ani în urmă
hotkey.spec.ts 0f650741a8 fix(test): unused imports 3 ani în urmă
package.json 56b58566be Basic example using browser with test ns and test runner cleanly split 3 ani în urmă
page-rename.spec.ts 541a2ccd50 test(e2e): add test for favorite and recent items 3 ani în urmă
page-search.spec.ts 541a2ccd50 test(e2e): add test for favorite and recent items 3 ani în urmă
sidebar.spec.ts 2106a3ec44 test(e2e): add test case for #4320 3 ani în urmă
srs_test.cljs 56b58566be Basic example using browser with test ns and test runner cleanly split 3 ani în urmă
test_runner.cljs 56b58566be Basic example using browser with test ns and test runner cleanly split 3 ani în urmă
utils.ts 2106a3ec44 test(e2e): add test case for #4320 3 ani în urmă

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.

Links