SnowWhiteEPFL / edweiss

0 stars 0 forks source link

Implement End-to-End Testing #24

Open TuanDangNguyen2003 opened 5 days ago

TuanDangNguyen2003 commented 5 days ago

This issue focuses on setting up and developing an end-to-end (E2E) test suite for all module to ensure comprehensive testing coverage.

The E2E test should simulate user interactions across every modules.

The goal is to verify that the module behaves as expected in a real-world usage scenario, improving reliability and user experience.

adamm-alaoui-pro commented 1 day ago

FAILURE: Build failed with an exception.

TuanDangNguyen2003 commented 1 day ago

We will try to change the ndk version to 23.1... to see if it is valid.

adamm-alaoui-pro commented 1 day ago

alkjdalksdj

adamm-alaoui-pro commented 1 day ago

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

For more on this, please refer to https://docs.gradle.org/8.8/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.

BUILD FAILED in 3m 18s 686 actionable tasks: 672 executed, 14 up-to-date /media/adamm/Data/Desktop/Work/2-EPFL/BA5/Software-Enterprise/4-Project/edweiss/edweiss-app/android/gradlew exited with non-zero code: 1 Error: /media/adamm/Data/Desktop/Work/2-EPFL/BA5/Software-Enterprise/4-Project/edweiss/edweiss-app/android/gradlew exited with non-zero code: 1 at ChildProcess.completionListener (/usr/local/lib/node_modules/expo-cli/node_modules/@expo/spawn-async/src/spawnAsync.ts:65:13) at Object.onceWrapper (node:events:634:26) at ChildProcess.emit (node:events:519:28) at ChildProcess.emit (node:domain:488:12) at maybeClose (node:internal/child_process:1105:16) at Process.ChildProcess._handle.onexit (node:internal/child_process:305:5) ... at spawnAsync (/usr/local/lib/node_modules/expo-cli/node_modules/@expo/spawn-async/src/spawnAsync.ts:26:19) at spawnGradleAsync (/usr/local/lib/node_modules/expo-cli/src/commands/run/android/spawnGradleAsync.ts:83:28) at assembleAsync (/usr/local/lib/node_modules/expo-cli/src/commands/run/android/spawnGradleAsync.ts:57:16) at actionAsync (/usr/local/lib/node_modules/expo-cli/src/commands/run/android/runAndroid.ts:145:22)