Skip to content

Commit

Permalink
Feat 5410 create login page (#22)
Browse files Browse the repository at this point in the history
* add login page elements

* added logo

* added login page & components

* add translations

* add translations

* added modifications

* added modifications

* added new scss

* added tests

* modified PR

* [fix] router == >LoginPage

---------

Co-authored-by: blackstars <[email protected]>
  • Loading branch information
Cyrildab and blackstars64 authored Feb 6, 2025
1 parent e83bc90 commit b7edae4
Show file tree
Hide file tree
Showing 32 changed files with 643 additions and 314 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Debugs logs 2
run: ls -l

- name: install playwright
run: npm init playwright@latest

- name: Run interface test
run: docker compose -f docker-compose.e2e.yml up --build --exit-code-from e2e

Expand Down
Loading

0 comments on commit b7edae4

Please sign in to comment.