Skip to content

Love actions for testing

Actions
Automatic tests for LÖVE based games
v1.1.0
Latest
Star (2)

Tags

 (2)

love-actions-test

About

Github Action for auto testing sources and logics of a LÖVE framework based game.

Related actions

See related actions below:

Love actions bare package

Love actions for android

Love actions for iOS

Love actions for Linux

Love actions for macOS portable

Love actions for macOS AppStore

Love actions for Windows

Quick example

- name: Build bare love package
  uses: love-action/love-actions-test@v1
  with:
    font-file: "./assets/fonts/proportional.otf"
    language-folder: "./assets/language"
    love-package: "./game.love"
    source-folder: "."
    strict: "true"

All inputs

Name Required Default Description
font-file false "" App main font file. Would skip font coverage tests if not specified
language-folder false "" App language folder. Would skip font coverage tests if not specified
love-package false "./game.love" .love game package file path
source-folder false "." App source codes folder. Used in grammar checks
strict false "false" Strict mode. Fail the tests if font coverage is not 100%

Love actions for testing is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Automatic tests for LÖVE based games
v1.1.0
Latest

Tags

 (2)

Love actions for testing is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.