Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 28, 2024
1 parent 49f48d0 commit 971c00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,7 @@ <h3 id="_unit_test">14.1. Unit Test</h3>
<div class="sect2">
<h3 id="_integration_test_e2e">14.2. Integration Test (E2E)</h3>
<div class="paragraph">
<p>All the cucumber files are located in the src/test/resources/features directory. We&#8217;ve implemented all the cucumber steps in the src/test/java/com/uniovi/steps directory. The main test class is Wiq_IntegrationTests.java in src/test/java/com/uniovi, which you should run to execute the integration tests.</p>
<p>For the integration tests, we have implemented tests using the Cucumber framework. Cucumber is a tool that supports Behavior-Driven Development (BDD), which allows you to write tests in a human-readable format. The tests are written in Gherkin, a language that is easy to understand and write. To implement each one of the cucumber steps we have used the Selenium framework, which allows us to interact with the web browser and automate the tests mocking the user&#8217;s behavior. All the cucumber files are located in the src/test/resources/features directory. We&#8217;ve implemented all the cucumber steps in the src/test/java/com/uniovi/steps directory. The main test class is CucumberRunnerTests.java in src/test/java/com/uniovi, which you should run to execute the integration tests.</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -1953,7 +1953,7 @@ <h4 id="_conclusion">14.3.2. Conclusion</h4>
<div id="footer">
<div id="footer-text">
Version 3<br>
Last updated 2024-04-28 16:10:28 UTC
Last updated 2024-04-28 16:24:05 UTC
</div>
</div>
</body>
Expand Down

0 comments on commit 971c00d

Please sign in to comment.