|
1 | 1 | ---
|
2 | 2 | layout: bootstrap
|
3 |
| -title: Quick Start Codeception |
| 3 | +title: Quickstart Codeception |
4 | 4 | ---
|
5 | 5 |
|
6 | 6 | <div class="row">
|
@@ -44,34 +44,24 @@ <h4 class="panel-title">1.Install</h4>
|
44 | 44 | <div class="row">
|
45 | 45 | <div class="col-sm-12 col-md-6">
|
46 | 46 | <div class="panel panel-info">
|
47 |
| - <div class="panel-heading"><h4 class="panel-title">2. Setup</h4></div> |
| 47 | + <div class="panel-heading"><h4 class="panel-title">2. Bootstrap</h4></div> |
48 | 48 | <div class="panel-body">
|
49 | 49 | <p>Execute:</p>
|
50 | 50 | <div class="highlight">
|
51 | 51 | <p>
|
52 | 52 | <pre>php vendor/bin/codecept bootstrap</pre>
|
53 | 53 | </div>
|
54 |
| - <p class="text-muted">This creates configuration file |
55 |
| - <b>codeception.yml</b> and <b>tests</b> directory and default test suites. |
| 54 | + <p class="text-muted">This creates the global configuration file |
| 55 | + <b>codeception.yml</b>, the <b>tests/</b> directory, and the default test suites. |
56 | 56 | </p>
|
57 |
| - |
58 |
| - <a class="btn btn-primary" aria-controls="bootstrap-demo" role="button" data-toggle="collapse" href="#bootstrap-demo" aria-expanded="false"> |
59 |
| - See Demo |
60 |
| - </a> |
61 |
| - |
62 |
| - <div class="collapse" id="bootstrap-demo"> |
63 |
| - <div class="panel-collapse-body"> |
64 |
| - <img src="/images/codecept_bootstrap.gif" alt="codeception bootstrap" class="img-responsive"> |
65 |
| - </div> |
66 |
| - </div> |
67 | 57 | </div> <!-- /.panel-body -->
|
68 | 58 | </div> <!-- /.panel -->
|
69 | 59 |
|
70 | 60 | <div class="panel panel-info">
|
71 | 61 | <div class="panel-heading"><h4 class="panel-title">3. Create Test</h4></div>
|
72 | 62 | <div class="panel-body">
|
73 |
| - <p>Generate your first acceptance test. Acceptance tests emulate behavior |
74 |
| - of a real user visiting your site.</p> |
| 63 | + <p>Generate your first acceptance test. Acceptance tests emulate the behavior |
| 64 | + of a real user visiting your site. (For details, see <a href="/docs/03-AcceptanceTests" class="btn btn-secondary">Acceptance Testing Guide)</a></p> |
75 | 65 | <div class="highlight">
|
76 | 66 | <p>
|
77 | 67 | <pre>php vendor/bin/codecept generate:cest Acceptance First</pre>
|
@@ -143,11 +133,9 @@ <h4 class="panel-title">5. Write a Basic Test</h4>
|
143 | 133 | <div class="col-sm-12 col-md-6">
|
144 | 134 | <div class="page">
|
145 | 135 |
|
146 |
| - <h3>Simplified Setup</h3> |
| 136 | + <h3>Setup for a Single Test Suite</h3> |
147 | 137 |
|
148 |
| - <p>Use predefined installation templates for common use cases. |
149 |
| - Run them instead of <code>bootstrap</code> command. |
150 |
| - </p> |
| 138 | + <p>Instead of the <code>bootstrap</code> command, you can set up just a single test suite.</p> |
151 | 139 |
|
152 | 140 | <h4>Acceptance Testing (only)</h4>
|
153 | 141 |
|
|
0 commit comments