alexfariakof / angular-frontend-despesas

Aplicação Angular Dockerizada , usando CI/CD, teste unitários, teste de cobertura de código e testes end-to-end integrado ao python com playwright.

Home Page:http://alexfariakof.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Angular Despesas Pessoais

Cloud Application in Production

This project can be access at Despesas Pessoais In Production.

Cloud Application in Development

This project can be access at Despesas Pessoais In Development.

image

Run Local Development Server

This server points the endpoint to the local application API.

Run npm start for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Run Development Server

This server points the endpoint to the development application API.

Run npm run start:dev for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Run Production Server

This server points the endpoint to the production application API.

Run npm run start:prod for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Run Local Development Server In Docker

This build may take a little while, be patient.

This server points the endpoint to the local application API.

Make sure have instaled Docker Engine instaled, if not go to Install Docker Engine.

Run docker-compose up --build for a dev server in docker. Navigate to http://localhost:4200/. The application will not automatically reload if you change any of the source files.

Run Development Server In Docker

This build may take a little while, be patient.

This server points the endpoint to the development application API.

Make sure have instaled Docker Engine instaled, if not go to Install Docker Engine.

Run docker-compose -f .\docker-compose.dev.yml up --build for a dev server. Navigate to http://localhost:4200/. The application will not automatically reload if you change any of the source files.

Run Production Server In Docker

This build may take a little while, be patient.

This server points the endpoint to the production application API.

Make sure have instaled Docker Engine instaled, if not go to Install Docker Engine.

Run docker-compose -f .\docker-compose.prod.yml up --build for a dev server. Navigate to http://localhost:3000/. The application will not automatically reload if you change any of the source files.

Code Scaffolding New Components

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Builds

  • Development

    Run npm run build:dev to build the project with development configurations. The build artifacts will be stored in the dist/ directory.

  • Production

    Run ng build or npm run build:prod to build the project with production configurations. The build artifacts will be stored in the dist/ directory.

Run Unit Tests

Run npm run test or ng test to execute the unit tests via Karma.

Run Tests With Report Coverage

Run npm run test:coverage or ng test --code-coverage --no-watch to execute the tests and generate coverage report. The Report will not be open automatically.

Run ./generate_coverage_report.ps1 if using windows, or Run ./generate_coverage_report.sh if using linux. The Report will open in default browser automatically.

image

Tests End-to-End With Python/Playwright

This project can be access at Tests End-to-End With Python/Playwright.

The end-to-end tests have been implemented in a separate project using Python with Playwright and are integrated into the project's workflow. These tests are executed at two key points: when a push is made to the pre-release branch or any branch with the naming convention "release/*," and during pull requests to the pre-release branch. This setup ensures that the test executions are always aligned with the latest development environment, enhancing the quality and reliability of our end-to-end tests. Playwright, as an open-source framework for testing web applications, provides powerful automation capabilities for web interactions and supports various browsers. It is recognized for its flexibility, concise syntax, and speed. We have chosen to leverage Playwright to achieve these testing objectives, further strengthening the robustness of our application.

report_playwright

Sonar Cloud

SonarCloud is a cloud-based static code analysis platform that helps development teams maintain code quality and identify issues early in the software development process. It offers automated code review, continuous inspection, and code analytics. SonarCloud scans your code for bugs, vulnerabilities, and code smells, providing actionable feedback to improve code quality and security. It is an essential tool for ensuring that your software projects are maintainable, reliable, and secure. via Sonar Cloud.

Overview Project in Sonar Cloud sonar_cloud

Security Rating Maintainability Rating Code Smells Lines of Code Coverage Technical Debt Quality Gate Status Reliability Rating Duplicated Lines (%) Vulnerabilities Bugs

About

Aplicação Angular Dockerizada , usando CI/CD, teste unitários, teste de cobertura de código e testes end-to-end integrado ao python com playwright.

http://alexfariakof.com

License:GNU General Public License v3.0


Languages

Language:TypeScript 78.9%Language:HTML 16.5%Language:SCSS 2.7%Language:JavaScript 1.1%Language:PowerShell 0.5%Language:Shell 0.2%Language:CSS 0.1%Language:Dockerfile 0.0%