Skip to content
Snippets Groups Projects
user avatar
Jed Fox authored
* Make ButtonSetting more generic

* Add an “Experimental Features” section in the settings

* Fix text color

* Put experimental features behind another link

* Update Encryption.js

* Update FixSplits.js

* Remove unused variable

* That’s what I get for coding on my phone

Co-authored-by: default avatarMatiss Janis Aboltins <matiss@mja.lv>
e22d9ade
History

Actual on the web

E2E tests

E2E (end-to-end) tests use Playwright. Running them requires an Actual server to be running either locally or on a remote server.

Running against the local server:

# Start the development server
yarn start:browser

# Run against the local server (localhost:3001)
yarn e2e

Running against a remote server:

E2E_START_URL=http://my-remote-server.com yarn e2e