File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 33title: Quick Start Codeception
44---
55
6- </ div> </ div >
6+ </ div>
77< div class ="hero hero--quickstart ">
88 < div class ="wide ">
99 < div class ="container-fluid ">
@@ -34,7 +34,6 @@ <h4 class="panel-title">1.Install</h4></div>
3434 </ div >
3535 < p >
3636 </ div >
37- </ a >
3837 <!-- <p>Use <code>codecept</code> instead of codecept.phar in this case.</p> -->
3938 </ div > <!-- /.panel-body -->
4039 </ div > <!-- /.panel -->
@@ -50,7 +49,6 @@ <h4 class="panel-title">1.Install</h4></div>
5049 < div class ="highlight ">
5150 < p >
5251 < pre > php vendor/bin/codecept bootstrap</ pre >
53- </ p >
5452 </ div >
5553 < p class ="text-muted "> This creates configuration file
5654 < b > codeception.yml</ b > and < b > tests</ b > directory and default test suites.
@@ -72,7 +70,6 @@ <h4 class="panel-title">1.Install</h4></div>
7270 < div class ="highlight ">
7371 < p >
7472 < pre > php vendor/bin/codecept generate:cest acceptance First</ pre >
75- </ p >
7673 </ div >
7774 </ div > <!-- /.panel-body -->
7875 </ div > <!-- /.panel -->
@@ -128,7 +125,6 @@ <h4 class="panel-title">5. Write a Basic Test</h4>
128125 < div class ="highlight ">
129126 < p >
130127 < pre > php vendor/bin/codecept run --steps</ pre >
131- </ p >
132128 </ div >
133129 < p class ="text-muted "> This will execute our Welcome test with
134130 < b > PhpBrowser</ b > . It's PHP script that can check HTML page contents, click
You can’t perform that action at this time.
0 commit comments