The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/apps/meteor/tests/e2e/federation
Tiago Evangelista Pinto 2ddb56618a
refactor: `AppsProvider` (#29264)
3 years ago
..
config refactor: Federation refactor towards services + file names improvement + E2E tests fixes (#28326) 3 years ago
files refactor: Federation refactor towards services + file names improvement + E2E tests fixes (#28326) 3 years ago
page-objects refactor: `AppsProvider` (#29264) 3 years ago
tests chore(deps): Safe upgrades (#28867) 3 years ago
utils chore(deps): Safe upgrades (#28867) 3 years ago
README.md [NEW] Matrix federation events coverage expansion + bug fixes (#27763) 3 years ago

README.md

E2E Testing with playwright

Running tests

$ RC_SERVER_1=http://localhost:3000 RC_SERVER_1_ADMIN_USER=test RC_SERVER_1_ADMIN_PASSWORD=test RC_SERVER_1_MATRIX_SERVER_NAME=my.matrix.server \
RC_SERVER_2=http://localhost:3000 RC_SERVER_2_ADMIN_USER=test2 RC_SERVER_2_ADMIN_PASSWORD=test RC_SERVER_2_MATRIX_SERVER_NAME=my2.matrix.server \
yarn run test:e2e:federation

Important

Make sure to increase the rate limiter for the user register api under Admin => Rate Limiter => Feature limiting. This is necessary since we are registering new users programatically.