Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-Tests

I 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.html

The 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.