Skip to content

Commit ebbbc02

Browse files
committed
add README.md to tests directory
1 parent 635eb52 commit ebbbc02

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Test Automation
2+
3+
## Selenium extension
4+
5+
For automation testing, Selenium web extension is added to the browser.
6+
7+
**Generate test cases:**
8+
9+
- Open the Selenium extension from the browser
10+
- Specify the base url e.g. http://localhost:3432
11+
- Start the recording and click through the Weather app
12+
- Stop the recording and save test file
13+
14+
**Load and run tests:**
15+
- Open the Selenium extension from the browser
16+
- Open save *.side file
17+
- Start the test
18+

0 commit comments

Comments
 (0)