riconet/t3-extension-talentstorm

此包已被废弃且不再维护。未建议替代包。

TYPO3 Talentstorm集成。

安装: 938

依赖项: 0

建议者: 0

安全: 0

类型:typo3-cms-extension

5.1.0 2022-07-20 09:56 UTC

This package is auto-updated.

Last update: 2022-09-21 13:28:41 UTC


README

pipeline status

TYPO3 Talentstrom集成

TYPO3 Talentstorm集成。

依赖

  • TYPO3 9.5

概述

此扩展添加了一个插件,用于列出Talentstorm的工作。

安装

  • 通过扩展模块激活扩展。
  • 包含静态typo脚本文件。
  • 根据您的需求调整plugin.tx_ricotalentstorm.settings.talentstorm.detailUrl的值。
  • 在扩展管理器中输入您的API密钥,在扩展配置中( apiKey)。

信息

此扩展使用自定义缓存来存储来自Talenstorm的API调用响应。如果您的职位列表未更新,请清除系统缓存。职位列表的缓存寿命默认设置为1天。您可以在扩展后端配置中通过扩展管理器更改此设置。

如何运行测试

要运行测试、质量检查和构建,请执行脚本Build/Scripts/runTests.sh

测试运行器脚本选项

-s <...>
    Specifies which test suite to run
        - build: Builds the project (composer)
        - lint: Lints the php files
        - functional: functional tests
        - unit (default): PHP unit tests
        - quality: executes code quality checks (phpstan, phpcs, phpmd)
        - find-debugs: Finds usages of debug calls.

-p <7.2|7.3>
    Specifies the PHP minor version to be used
        - 7.2 (default): use PHP 7.2
        - 7.3: use PHP 7.3

-e "<phpunit options>"
    Only with -s functional|unit
    Additional options to send to phpunit (unit & functional tests).
    Starting with "--" must be added after options starting with "-".
    Example -e "-v --filter canRetrieveValueWithGP" to enable verbose output AND filter tests
    named "canRetrieveValueWithGP"

-h
    Show this help.