Skip to content

Commit

Permalink
Update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ospfranco committed Oct 18, 2023
1 parent 8fb3826 commit 61ae5b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
10 changes: 2 additions & 8 deletions tests/e2e/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,18 @@ const TEST_NAMES = {
module.exports = {
APP_PACKAGE: 'com.expensify.chat.adhoc',

APP_PATHS: {
baseline: './app-e2eRelease-baseline.apk',
compare: './app-e2eRelease-compare.apk',
},
APP_PATH: './app-e2eRelease-main.apk',

ENTRY_FILE: 'src/libs/E2E/reactNativeLaunchingTest.js',

// The port of the testing server that communicates with the app
SERVER_PORT: 4723,

// The amount of times a test should be executed for average performance metrics
RUNS: 90,
RUNS: 30,

DEFAULT_BASELINE_BRANCH: 'main',

// The amount of runs that should happen without counting test results
WARM_UP_RUNS: 3,

OUTPUT_DIR,

// The file to write intermediate results to
Expand Down
1 change: 1 addition & 0 deletions tests/e2e/config.local.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
APP_PACKAGE: 'com.expensify.chat.adhoc',
APP_PATH: './android/app/build/outputs/apk/e2e/release/app-e2e-release.apk',
RUNS: 8,
};

0 comments on commit 61ae5b7

Please sign in to comment.