Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update repo then add readme to codeception module #15

Open
SignpostMarv opened this issue Aug 11, 2020 · 0 comments
Open

update repo then add readme to codeception module #15

SignpostMarv opened this issue Aug 11, 2020 · 0 comments

Comments

@SignpostMarv
Copy link
Owner

SignpostMarv commented Aug 11, 2020

notes:

  1. composer require --dev --update-with-dependencies weirdan/codeception-psalm-module codeception/codeception codeception/module-cli
  2. ignore codeception setup guide
  3. add files
    codeception.yml
namespace: Namespace\For\Plugin\Tests
settings:
    shuffle: true
    lint: true
actor_suffix: Tester
paths:
    tests: path-to-codeception-tests
    output: path-to-codeception-tests/_output
    support: path-to-codeception-tests/_support
    data: path-to-codeception-tests/_data
    envs: path-to-codeception-tests/_envs
extensions:
    enabled:
        - Codeception\Extension\RunFailed

path-to-codeception-tests/acceptance.suite.yml

actor: AcceptanceTester
modules:
    enabled:
        - Cli
        - Filesystem
        - \Weirdan\Codeception\Psalm\Module
  1. ./vendor/bin/codecept build -v
  2. ./vendor/bin/codecept run -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant