-
Notifications
You must be signed in to change notification settings - Fork 134
[WIP] Docs for 5.0 #611
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
[WIP] Docs for 5.0 #611
Conversation
|
||
If you want to use it as default reporter enable it in `codeception.yml`. | ||
|
||
But what if you need to change the output format of the XML or JSON results triggered with the `--xml` or `--json` options? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Text about custom PHPUnit printers must be removed because they are no longer supported in Codeception 5.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, this change will break PHPStorm integration, because they use -o "reporters: report: PhpStorm_Codeception_ReportPrinter"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Somebody raised an issue already: https://youtrack.jetbrains.com/issue/WI-65867/Codeception-5-does-not-support-reporters-option-anymore
|
||
| Event | When? | Triggered by | ||
|:--------------------:| --------------------------------------- | --------------------------: | ||
| `suite.before` | Before suite is executed | [Suite, Settings](https://github.com/Codeception/Codeception/blob/4.0/src/Codeception/Event/SuiteEvent.php) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many links point to 4.0 branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
It would be great if you could document in https://codeception.com/docs/06-ModulesAndHelpers#Dynamic-Configuration-With-Parameters that |
} | ||
|
||
{% endhighlight %} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Why do we have 2 copies of all docs files now? If you are renaming, it would be better to replace content of the old page with meta or javascript redirect to the new place.
- I see that atributes are not documented in AdvancedUsage page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve conflicts in js/scripts.js and replace old guide files with symlinks or redirects.
Example of redirecting file: https://raw.githubusercontent.com/Codeception/codeception.github.com/master/for/symfony.md
Symlink to new module: https://github.com/Codeception/codeception.github.com/blob/master/docs/modules/ZF2.md
No description provided.