diff --git a/index.html b/index.html index 985d306..1c84641 100644 --- a/index.html +++ b/index.html @@ -627,8 +627,8 @@

1.2. Quality Goals

NÂș -Atributo -Motivacion +Quality Goal +Motivation @@ -784,9 +784,6 @@

3.2. Technical Context

  • Database: Represents whichever system used for data persistence.

  • -
  • -

    To be decided: Indicates that specific details about the channels and protocols are yet to be determined.

    -
  • @@ -1252,7 +1249,7 @@

    9. Architecture Decisions

    ADR 07 - Monolithic architecture

  • -

    ADR 08 - Use of TBD

    +

    ADR 08 - Use of GitFlow

  • ADR 09 - Questions refreshing

    @@ -1436,15 +1433,6 @@

    11. Risks and Technical Debts

    Description - - -

    Low

    -

    Microservices

    -
    -

    Research about microservices and what they can contribute to the project

    -
    - -
  • @@ -1703,7 +1691,9 @@

    14.1. Unit Test

    14.2. Integration Test (E2E)

    - +
    +

    All the cucumber files are located in the src/test/resources/features directory. We’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.

    +

    14.3. Load Test

    @@ -1890,7 +1880,7 @@

    14.3.11. Conclusion