Skip to content

Commit 4c42c24

Browse files
committed
fix and more information for setup
1 parent f9a2715 commit 4c42c24

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

docs/testing/automated/system/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/testing/automated/system/writing-test.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
:::

docs/testing/automated/unit/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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+
:::

0 commit comments

Comments
 (0)