Skip to content

fluxofdelight/protectimus_platform_python_fw

Repository files navigation

Installation

Install the package in editable mode

pip install -e .

Install the pre-commit

pre-commit install

Run the pre-commit for all files

pre-commit run --all-files

config.yml example

Platform:
  general:
    configuration:

    log:
      level: INFO
      format: "<green>{time}</green> {level} | {message}"
      colorize: true
      remove_stderr: false

  environments:
    web:
      browser: Chrome
      host: http://localhost/
      email: [email protected]
      password: secret
    api:
      api_url: http://api.localhost/
      api_login: [email protected]
      api_key: secret
      password: =S3cREt_P@sSW0rd=

  postgres:
    host: localhost
    database: protectimus
    user: postgres
    password: postgres
    connector: postgresql
    dump_path: "/some/path/dump_file"

  mailhog:
    host: http://localhost:8025/

About

Python-based testing framework of the Protectimus On-Premise Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages