Skip to content

Add Development CI Pipeline with Linting and Automated Testing #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 14, 2024
Merged

Conversation

mimi030
Copy link
Owner

@mimi030 mimi030 commented Oct 14, 2024

This pull request introduces a CI pipeline for the dev branch, aimed at enhancing code quality and ensuring reliable functionality through automated checks. The following key components are included:

- Backend Linting with Flake8:

  • Ensures Python code follows style guidelines and best practices.

- Frontend Linting with ESLint:

  • Checks JavaScript/TypeScript code for syntax errors, style issues, and potential bugs.

- Automated Testing:

  • Backend: Runs Django test suite to validate backend functionality.
  • Frontend: Executes Playwright tests in parallel across multiple shards to verify frontend UI behavior and responsiveness.

- Artifact Generation:

  • Uploads test reports as artifacts for easy inspection.

mimi030

This comment was marked as duplicate.

Copy link
Owner Author

@mimi030 mimi030 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed, ready for the next steps.

@mimi030 mimi030 merged commit 9dde3a5 into main Oct 14, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant