Skip to content

passwordcockpit/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ce70618 · Jul 24, 2024
Feb 5, 2020
Jul 5, 2024
Jan 11, 2019
Mar 7, 2023
Jul 4, 2024
Nov 20, 2019
Feb 5, 2020
Jul 5, 2024
Nov 13, 2019
Feb 22, 2022
Jul 5, 2024
Jan 10, 2019
Mar 7, 2022
Jan 10, 2019
Nov 29, 2019
Jan 10, 2019
Jul 4, 2024
Jul 4, 2024
Feb 24, 2022
Jan 10, 2019
Jul 4, 2024

Repository files navigation

password-cockpit/backend

General

This markdown shows information related to the backend side of the project. For more detailed information about the project please check the Passwordcockpit README.

Running tests

Tests are run with Codeception. They are under the tests/api folder.
Setting and more information for the tests can be found in the tests/api.suite.yml file.

Run with vendor/bin/codecept run api

Single files can be run with vendor/bin/codecept run api PasswordsTestCest

Language

Current supported languages are: 'en', 'it', 'de', 'fr'. To install a custom language in the backend, it has to be already installed in frontend. Then under the config/language/ folder, create your own poedits files following the structure of the existing ones.