File tree Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Expand file tree Collapse file tree 4 files changed +23
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ You need a set of tools to have a good testing setup. Tools you should have:
2020
2121::: note
2222
23- This is the same toolset you need for unit testing
23+ This is pretty much the same toolset you need for unit testing
2424
2525:::
2626
@@ -58,7 +58,7 @@ Now as you have all tools installed you can clone the [joomla-cms repository](ht
5858 ```
5959 You don't need all settings, just look what you have to change for your local environment compared to ``` cypress.config.js ```
6060
61- 8 . Run ``` cypress open --e2e --browser=chrome --config baseUrl=http://joomla-cms.test ```
61+ 8 . Run ``` npx cypress open --e2e --browser=chrome --config baseUrl=http://joomla-cms.test```
6262
6363 This will open two windows, one you can ignore and one to run the tests
6464
Original file line number Diff line number Diff line change @@ -8,3 +8,8 @@ Writing Tests
88
99
1010
11+ :::caution TODO
12+
13+ This page is unfinished, please use the ** Edit this Page** link at the bottom of this page to help make it more useful.
14+
15+ :::
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ You need a set of tools to have a good testing setup. Tools you should have:
2020
2121::: note
2222
23- This is pretty much the same toolset you need for system testing
23+ This is pretty much the same toolset you need for system testing. Listed version numbers relfect the current state of the time writing.
2424
2525:::
2626
Original file line number Diff line number Diff line change 1+ ---
2+ sidebar_position : 2
3+ ---
4+
5+
6+ Writing Tests
7+ ===============
8+
9+
10+
11+ :::caution TODO
12+
13+ This page is unfinished, please use the ** Edit this Page** link at the bottom of this page to help make it more useful.
14+
15+ :::
You can’t perform that action at this time.
0 commit comments