Commit Graph

14 Commits

Author SHA1 Message Date
Shintaro Jokagi
d7e5bb6af1 feat(pnpm): replace npm with pnpm and setup cspell 2025-06-02 13:11:57 +12:00
Shintaro Jokagi
9bae866031 chore(biome): remove biome config and update ci pipeline description 2025-05-29 00:33:11 +12:00
Shintaro Jokagi
ceef83d609 chore(ci-pipeline): add concurrency settings to optimize job execution 2025-05-28 13:47:41 +12:00
Shintaro Jokagi
6137c66370 refactor(ci-pipeline): rename format job to eslint and separate prettier checks 2025-05-28 13:47:05 +12:00
Shintaro Jokagi
7fafa6bc69 feat(prettier): add prettier formatting 2025-05-28 13:43:44 +12:00
Mr. M
acde3d1c04 Release notes for 1.12.6b 2025-05-19 01:41:39 +02:00
taroj1205
8eccb20102 fix(ci-pipeline): update Playwright job dependency from setup to build
- Changed the dependency of the Playwright job to run after the build job instead of the setup job, ensuring the correct execution order in the CI workflow.
2025-05-16 13:07:59 +12:00
taroj1205
24edc39847 fix(playwright.config): update web server configuration to use URL
- Changed the web server configuration to specify the URL as 'http://localhost:3000' for improved clarity in local development.
</message>

<message>feat(ci-pipeline): add artifact upload and download steps in CI workflow

- Introduced steps to upload the build output as an artifact after the build job.
- Added a step to download the build output artifact before running Playwright tests, ensuring the tests have access to the latest build.
2025-05-16 13:00:14 +12:00
taroj1205
024a8a4574 fix(playwright.config): remove URL from web server configuration
- Eliminated the URL specification from the web server configuration in Playwright, streamlining the setup for local development.
2025-05-16 12:52:36 +12:00
taroj1205
980883b5b1 fix(ci-pipeline): update Playwright job dependency from build to setup
- Changed the dependency of the Playwright job to run after the setup job instead of the build job, ensuring proper execution order in the CI workflow.
2025-05-16 12:42:57 +12:00
taroj1205
69ca816719 feat(ci-pipeline): add Playwright testing job to CI workflow
- Introduced a new Playwright job that runs after the build job.
- Added steps for checking out the repository, setting up Node.js, restoring node_modules from cache, installing dependencies, and installing Playwright browsers.
- Included a step to run Playwright tests, enhancing the CI pipeline with automated testing capabilities.
2025-05-16 12:38:01 +12:00
taroj1205
5d6508a306 refactor(ci-pipeline): rename Playwright job to build and streamline CI steps
- Consolidated Playwright job into a build job for clarity.
- Removed Playwright browser installation and test execution steps to simplify the workflow.
2025-05-16 11:41:40 +12:00
taroj1205
056ef53172 refactor(ci-pipeline): streamline CI steps by reorganizing dependency installation and restoring cache
- Moved Playwright browser installation and project build steps to the appropriate locations in the CI pipeline.
- Removed redundant cache paths for Playwright, optimizing the workflow.
2025-05-16 11:33:40 +12:00
taroj1205
133bbc20be feat(tests): integrate Playwright and Vitest for testing, add CI pipeline, and update dependencies
- Added Playwright configuration for end-to-end testing.
- Integrated Vitest for unit testing with setup files.
- Updated package.json scripts for testing commands.
- Created CI pipeline for automated testing and builds.
- Added various test cases for components and pages.
- Updated .gitignore to exclude Playwright and coverage.
- Enhanced ModsList component with additional class for styling.
2025-05-16 11:15:14 +12:00