фронтенд, в котором есть наши непубличные ветки
Go to file
2024-06-19 01:02:05 +00:00
.gitea/workflows feat: With auth e2e test scenarios, not fully done. With debug mode playwright in main yml for gitea 2024-06-13 08:38:43 -03:00
.github/workflows ci-fix 2024-06-06 09:16:45 +03:00
api -ssr 2024-02-04 13:11:52 +03:00
docs goodbye astro, i18n 2023-02-17 10:21:02 +01:00
patches hub 2024-02-16 17:56:56 +03:00
public posts-string-fix 2024-06-09 12:36:47 +03:00
src bad-creds-show 2024-06-11 23:06:02 +03:00
templates mailgun-temaplates 2024-01-05 21:26:15 +03:00
tests feat: With auth e2e test scenarios, not fully done. With debug mode playwright in main yml for gitea 2024-06-13 08:38:43 -03:00
.editorconfig init 2022-09-09 14:53:35 +03:00
.gitignore merged 2024-03-07 15:31:09 +03:00
.lintstagedrc dummy-debug 2024-02-06 17:34:27 +03:00
.npmrc Merge branch 'editor' of gitlab.com:discoursio/discoursio-webapp into editor 2023-04-26 02:37:29 +00:00
.stylelintignore store layer 2022-09-13 12:30:36 +02:00
.stylelintrc.json biome-fix 2024-02-04 14:55:38 +03:00
biome.json auth-minor-fixes 2024-05-24 17:59:15 +03:00
codegen.yml domains-prepare 2024-06-06 09:59:10 +03:00
LICENSE e2e 2024-02-04 16:25:23 +03:00
package-lock.json lock 2024-06-05 18:11:09 +03:00
package.json topic-profile-fixed 2024-06-06 12:27:49 +03:00
playwright.config.ts webkit2e2 2024-06-06 09:10:36 +03:00
README.md style: with info in README 2024-06-19 01:02:05 +00:00
tsconfig.json Change rect top (#270) 2023-10-17 16:37:54 +03:00
vercel.json vite-poly 2024-05-02 01:24:03 +03:00
vite.config.ts subs-refactoring 2024-05-21 02:15:52 +03:00

How to start

npm install
npm start

Useful commands

run checks

npm run check

type checking with watch

npm run typecheck:watch

fix styles, imports, formatting and autofixable linting errors:

npm run fix
npm run format

Config of variables

  • All vars are already in place and wroted in
    /src/utils/config.ts
    

End-to-End (E2E) Tests

This directory contains end-to-end tests. These tests are written using Playwright

Structure

  • /tests/*: This directory contains the test files.
  • /playwright.config.ts: This is the configuration file for Playwright.

Getting Started

Follow these steps:

  1. Install dependencies: Run pnpm e2e:install to install the necessary dependencies for running the tests.

  2. Run the tests: After using pnpm e2e:tests.

Additional Information

For more information on how to write tests using Playwright - Playwright documentation.