Skip to content

Commit 12b45ba

Browse files
authored
Create README.md
1 parent 1849d3e commit 12b45ba

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
</head>
5+
<body>
6+
<h1>Selenium Cucumber Automation Testing Exercise</h1>
7+
8+
<p>This project contains software automation testing exercises inspired by the test cases on <a href="https://automationexercise.com/">automationexercise.com</a>.</p>
9+
10+
<h2>Project Details</h2>
11+
12+
<ul>
13+
<li>GitHub Repository: <a href="https://github.com/githsem/Selenium_Cucumber_AutomationExercise">https://github.com/githsem/Selenium_Cucumber_AutomationExercise</a></li>
14+
<li>Language: Java</li>
15+
<li>Frameworks and Libraries:
16+
<ul>
17+
<li>Selenium: A powerful web automation tool</li>
18+
<li>Cucumber: A behavior-driven development (BDD) framework</li>
19+
<li>Gherkin Language: A business-readable domain-specific language for specifying test cases</li>
20+
<li>JUnit: A unit testing framework for Java</li>
21+
</ul>
22+
</li>
23+
</ul>
24+
25+
<h2>Usage</h2>
26+
27+
<p>To use this project, follow the steps below:</p>
28+
29+
<ol>
30+
<li>Clone the repository:
31+
<pre><code>git clone https://github.com/githsem/Selenium_Cucumber_AutomationExercise.git</code></pre>
32+
</li>
33+
<li>Open the project in your preferred Java IDE.
34+
</li>
35+
<li>install the necessary dependencies:
36+
<pre><code>mvn install</code></pre>
37+
</li>
38+
<li>Run the tests using the test runner class:
39+
<pre><code>mvn test</code></pre>
40+
</li>
41+
</ol>
42+
43+
<h2>Report</h2>
44+
45+
<p>A detailed report of the test results can be found in the project. The report includes information such as test case status, execution time, and any failures or errors encountered during the tests.</p>
46+
47+
</body>
48+
</html>

0 commit comments

Comments
 (0)