Skip to content
Snippets Groups Projects
user avatar
Neil authored
There's no new code here, just a reorg. Had to change some import calls
in some files to make it all work properly.

Having just done a lot of work in the accounts directory I figured it
could do with some organization. I've broken out all the Header
functions into a different file in order to cut down on the size of the
account.js file.

I also moved the transactions files into a new directory since they are
used by other pages. Also makes them easier to find with this structure.
050f48ac
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