Skip to content
Snippets Groups Projects
Commit f88713b4 authored by James D'Alton's avatar James D'Alton
Browse files

initial test files

parent 556f7137
No related branches found
No related tags found
1 merge request!3Robot
source diff could not be displayed: it is too large. Options to address this: view the blob.
<?xml version="1.0" encoding="UTF-8"?>
<robot rpa="false" generated="20200507 20:07:29.142" generator="Robot 3.2.1 (Python 3.5.2 on linux)">
<suite source="/mnt/a/workspaces/Automatically-Generated-Cyber-Security-Compliance-Engine/test/tests.robot" name="Tests" id="s1">
<test name="Valid Login" id="s1-t1">
<kw name="Open Browser To Login Page">
<msg timestamp="20200507 20:07:29.173" level="FAIL">No keyword with name 'Open Browser To Login Page' found.</msg>
<status starttime="20200507 20:07:29.173" endtime="20200507 20:07:29.173" status="FAIL"></status>
</kw>
<status starttime="20200507 20:07:29.171" critical="yes" endtime="20200507 20:07:29.173" status="FAIL">No keyword with name 'Open Browser To Login Page' found.</status>
</test>
<doc>A test suite with a single test for valid login.
This test has a workflow that is created using keywords in
the imported resource file.</doc>
<status starttime="20200507 20:07:29.145" endtime="20200507 20:07:29.175" status="FAIL"></status>
</suite>
<statistics>
<total>
<stat pass="0" fail="1">Critical Tests</stat>
<stat pass="0" fail="1">All Tests</stat>
</total>
<tag>
</tag>
<suite>
<stat pass="0" fail="1" name="Tests" id="s1">Tests</stat>
</suite>
</statistics>
<errors>
<msg timestamp="20200507 20:07:29.169" level="ERROR">Error in file '/mnt/a/workspaces/Automatically-Generated-Cyber-Security-Compliance-Engine/test/tests.robot' on line 6: Resource file 'resource.robot' does not exist.</msg>
</errors>
</robot>
source diff could not be displayed: it is too large. Options to address this: view the blob.
*** Settings ***
Documentation A test suite with a single test for valid login.
...
... This test has a workflow that is created using keywords in
... the imported resource file.
Resource resource.robot
*** Test Cases ***
Valid Login
Open Browser To Login Page
Input Username demo
Input Password mode
Submit Credentials
Welcome Page Should Be Open
[Teardown] Close Browser
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment