Skip to content

Commit 8042196

Browse files
authored
[4.4] Improve project description (#8)
1 parent ee89d55 commit 8042196

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Codeception Symfony Module Tests
2+
3+
[![Actions Status](https://github.com/Codeception/symfony-module-tests/workflows/CI/badge.svg)](https://github.com/Codeception/symfony-module-tests/actions)
4+
25
Minimal site containing functional tests for [Codeception Module Symfony](https://github.com/Codeception/module-symfony).
36

4-
## Installation
7+
## Usage
8+
9+
The main purpose of this project is to verify the proper functioning of the `Codeception Module Symfony` in a minimal Symfony installation.
10+
11+
You can use it to contribute new features or propose changes in the module and verify that nothing is broken in the process.
12+
If that's your goal, be sure to follow [the contribution guides](https://github.com/Codeception/module-symfony/blob/master/CONTRIBUTING.md) for the module.
13+
14+
You can also **fork it** and use it to reproduce a bug or unexpected behavior for analysis.
15+
If that's your case, just add a link to your fork next to the description of your issue in the module's repository.
16+
17+
Lastly, if you just want to see the module in action and run the tests yourself on your local machine just:
518

619
1. Clone the repo
720
```shell
@@ -17,10 +30,12 @@ Minimal site containing functional tests for [Codeception Module Symfony](https:
1730

1831
php bin/console doctrine:fixtures:load --quiet
1932
```
20-
### Usage
21-
```shell
22-
vendor/bin/codecept run Functional
23-
```
33+
34+
Then, go to the project directory and run:
35+
36+
```shell
37+
vendor/bin/codecept run Functional
38+
```
2439

2540
### Create Unit Suite or Acceptance Suite
2641

0 commit comments

Comments
 (0)