You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally, You can check the three bash files (testall, testcoverage and testsuite) for running the test suites.
81
-
Robot Framework also has plugins for IDEs like VS Code and Pycharm that makes running tests easier.
91
+
Robot Framework also has plugins for IDEs like VS Code and Pycharm that makes running tests easier.
82
92
83
93
After tests finish, review the summary and logs in the root directory.
84
94
@@ -92,18 +102,16 @@ just make the required changes, no coding knowledge is required.
92
102
For anything more advanced than that, please read the Robot Framework Documentation and consider keeping
93
103
the directory structure relevant.
94
104
95
-
96
105
## Code Documentation
97
106
98
107
Robot Framework promotes test cases written almost in plain english (if you need to document it, you're writing it wrong).
99
-
Still, code documentation is welcome if ever required.
108
+
Still, code documentation is welcome if ever required.
100
109
If you are an internal user of Ocean Networks Canada, please refer to the [internal documentation page](https://internal.oceannetworks.ca/display/ONCData/11+-+Automated+User+Tests+for+API+Client+Libraries).
0 commit comments