freeCodeCamp / demo-projects

Example certification projects for our programming curriculum
https://www.freecodecamp.org/learn
BSD 3-Clause "New" or "Revised" License
142 stars 87 forks source link

Create GitHub Actions workflow to build and test all the apps #490

Open raisedadead opened 9 months ago

raisedadead commented 9 months ago

When we update applications like automated package updates, we want to run tests and check if they are passing before merging PRs.

Tests could be as minimal as checking the health status endpoints created in #484 to more expanded versions where we run some unit or browser-based testing.

This issue may be split into multiple PRs, with one PR for every project.

### Tasks
- [ ] 25--5-clock
- [ ] american-british-translator
- [ ] anonymous-message-board
- [ ] bar-chart
- [ ] build-a-pinterest-clone
- [ ] cash-register
- [ ] chart-the-stock-market
- [ ] choropleth-map
- [ ] drum-machine
- [ ] exercise-tracker
- [ ] file-metadata-microservice
- [ ] forum-proxy
- [ ] heat-map
- [ ] image-search-abstraction-layer
- [ ] issue-tracker
- [ ] javascript-calculator
- [ ] manage-a-book-trading-club
- [ ] markdown-previewer
- [ ] metric-imperial-converter
- [ ] nightlife-coordination-app
- [ ] p2p-video-chat-application
- [ ] palindrome-checker
- [ ] personal-library
- [ ] personal-portfolio
- [ ] pokeapi-proxy
- [ ] pokemon-search-app
- [ ] product-landing-page
- [ ] random-quote-machine
- [ ] request-header-parser-microservice
- [ ] roman-numeral-converter
- [ ] scatterplot-graph
- [ ] secure-real-time-multiplayer-game
- [ ] stock-price-checker-proxy
- [ ] stock-price-checker
- [ ] sudoku-solver
- [ ] survey-form
- [ ] technical-documentation-page
- [ ] telephone-number-validator
- [ ] timestamp-microservice
- [ ] treemap-diagram
- [ ] tribute-page
- [ ] twitch-proxy
- [ ] url-shortener-microservice
- [ ] voting-app
- [ ] weather-proxy
a2937 commented 1 month ago

It's been a long while since this was last discussed, but I was thinking using Playwright here might be a good idea.