Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derhansen/gha_demo
GitHub Actions workflow for testing a TYPO3 CMS Extension
https://github.com/derhansen/gha_demo
codeception phpunit typo3 typo3-cms-extension
Last synced: 3 months ago
JSON representation
GitHub Actions workflow for testing a TYPO3 CMS Extension
- Host: GitHub
- URL: https://github.com/derhansen/gha_demo
- Owner: derhansen
- Created: 2020-05-04T10:58:00.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T14:47:07.000Z (about 4 years ago)
- Last Synced: 2024-07-30T17:47:54.366Z (6 months ago)
- Topics: codeception, phpunit, typo3, typo3-cms-extension
- Language: PHP
- Size: 70.3 KB
- Stars: 13
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![CI](https://github.com/derhansen/gha_demo/workflows/CI/badge.svg)
GitHub Actions workflow for testing a TYPO3 CMS Extension
=========================================================This repository includes a Demo Extension for TYPO3 CMS and a fully functional GitHub Actions workflow
configuration to execute Unit-, Functional- and Acceptance-TestsI have written a detailled blogpost about how to setup the GitHub Actions workflow at
https://www.derhansen.de/2020/05/typo3-extension-testing-with-github-actions.htmlThe blogpost explains some important steps you need to be aware of when using GitHub Actions for PHP applications
with Functional- or Codeception Acceptance-Tests, so make sure you at least have a quick look at the
"Good to know"-section at the end of the article.