We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635eb52 commit ebbbc02Copy full SHA for ebbbc02
tests/README.md
@@ -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
16
+- Open save *.side file
17
+- Start the test
18
0 commit comments