All Projects → TYPO3 → testing-framework

TYPO3 / testing-framework

Licence: GPL-2.0 license
TYPO3 testing framework for core and extensions

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to testing-framework

Dredd
Language-agnostic HTTP API Testing Tool
Stars: ✭ 3,770 (+8468.18%)
Mutual labels:  tests, test-framework
Telegraf-Test
Telegraf Test - Simple Test ToolKit of Telegram Bots
Stars: ✭ 22 (-50%)
Mutual labels:  tests, test-framework
Narwhal
A progressive test framework for C.
Stars: ✭ 110 (+150%)
Mutual labels:  tests, test-framework
estj
EstJ is my own test framework!
Stars: ✭ 13 (-70.45%)
Mutual labels:  tests, test-framework
PixelTest
Fast, modern, simple iOS snapshot testing written purely in Swift.
Stars: ✭ 56 (+27.27%)
Mutual labels:  tests, test-framework
autoswitchtolistview
Auto switch to list view when a sysfolder is shown
Stars: ✭ 14 (-68.18%)
Mutual labels:  typo3
pysys-test
PySys System Test Framework
Stars: ✭ 14 (-68.18%)
Mutual labels:  test-framework
TYPO3 Restler
restler (PHP REST-Framework) for TYPO3
Stars: ✭ 29 (-34.09%)
Mutual labels:  typo3
bazel-integration-testing
Framework for integration tests that call Bazel
Stars: ✭ 33 (-25%)
Mutual labels:  test-framework
TYPOTry
A small Vagrant box to try out the most recent TYPO3 release
Stars: ✭ 21 (-52.27%)
Mutual labels:  typo3
gadgeto
Gadgeto! is a collection of tools that aim to facilitate the development of REST APIs in Go.
Stars: ✭ 38 (-13.64%)
Mutual labels:  test-framework
bdd
Given/When/Then/And/But output to RSpec and Minitest
Stars: ✭ 33 (-25%)
Mutual labels:  tests
after-work.js
[DEPRECATED] CLI for automated tests in web projects.
Stars: ✭ 56 (+27.27%)
Mutual labels:  test-framework
backend debug
Debug support in TYPO3 backend
Stars: ✭ 20 (-54.55%)
Mutual labels:  typo3
playwright-test
Run unit tests with several runners or benchmark inside real browsers with playwright.
Stars: ✭ 81 (+84.09%)
Mutual labels:  tests
sentry-typo3
TYPO3 Sentry integration
Stars: ✭ 17 (-61.36%)
Mutual labels:  typo3
coderbyte-challenges
ES 6/7 Javascript w/ Node - Coderbyte: tests-assert w/ working example
Stars: ✭ 1 (-97.73%)
Mutual labels:  tests
hubtel-payment
🎉A comprehensive PHP Client Package for consuming the Hubtel Payment API
Stars: ✭ 13 (-70.45%)
Mutual labels:  tests
ctest
A simple portable C test runner
Stars: ✭ 17 (-61.36%)
Mutual labels:  tests
react-typescript
React16 + HMR + typescript + webpack + tslint + tests
Stars: ✭ 21 (-52.27%)
Mutual labels:  tests

tests

TYPO3 testing framework for core and extensions

A straight and slim set of classes and configuration to test TYPO3 extensions. This framework is used by the core, too and maintained by the core team as a base to execute unit, functional and acceptance tests within the TYPO3 extension ecosystem.

Installation

This framework works on top of a composer based installation.

$ composer require --dev typo3/testing-framework

Documentation

Usage examples within core and for extensions can be found in TYPO3 explained.

Tags and branches

  • Branch main is used by core v12, currently not tagged and used as dev-main in core for the time being.
  • Branch 7 is used by core v11 and tagged as 7.x.x. Extensions can use this to run tests with core v11 and prepare for v12 compatibility. Supports PHP 7.4 to 8.1.
  • Branch 6 is used by core v10 and tagged as 6.x.x. Extensions can use this to run tests with core v10 and v11. Supports PHP 7.2 to 8.1
  • Branch 4 is for core v9 and tagged as 4.x.y
  • Branch 1 is for core v8 and tagged as 1.x.y
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].