Documentation

Here you should find everything you need from getting started with creating your Profile to more advanced topics. We welcome contributions, check out the LinkFree Repo  and the documentation source on GitHub for more information.

Automated Tests

We use Playwright for writing automated end to end (e2e) tests.

  1. Install dependencies with npm ci
  2. Install Playwright dependencies npx playwright install --with-deps
  3. Run tests npm run test
npm run test

> [email protected] test
> npx playwright test


Running 18 tests using 4 workers

  10 skipped
  8 passed (13s)

To open last HTML report run:

  npx playwright show-report