diff options
author | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-05 09:18:13 +0100 |
---|---|---|
committer | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-05 09:21:06 +0100 |
commit | d5db26340875b46f779867c2ec2cf2d0439a4006 (patch) | |
tree | 3208a83cdcdc387e59020b8db12242e51372bbe3 | |
parent | 9631964572c232dcfee9f027db8058f7c0b96e25 (diff) |
Fix typos
Change-Id: I00b7d3ccac15af4456598844b6e30f1bd87d97a6
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: AAF-582
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -76,12 +76,12 @@ ProjectName - robot ``` ### Tag Strucutre -Robot uses tags to seperate out test cases to run. below are the tags we use +Robot uses tags to separate out test cases to run. below are the tags we use * garbage - use this for test cases that should be cleaned up before go live date * health - use this for test cases that perform a health check of the environment * smoke - use this for test cases that perform a basic check of a component -* ete - use this for the test cases that are perofrming an end to end test +* ete - use this for the test cases that are performing an end to end test ## Branching Structure ### Overview @@ -96,7 +96,7 @@ Branching strategy: ## Executing ETE Testcases ### Overview -Two scripts have been provided in the root of the ete-testsuite project to enable test exectution +Two scripts have been provided in the root of the ete-testsuite project to enable test execution * runTags.sh - This shell uses Robot [Tags] to drive which tests are executed and is designed for automated testing. * oneTest.sh - This shell is designed for unit testing of individual .robot files. It accepts a single argument identifying the .robot file in robot/testsuites to execute. |