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
Júlia Jaeger Foresti e39ab9b1d9
test: replace `data-qa` attributes for Autocomplete locators (#38029)
1 week ago
..
config
files
page-objects test: replace `data-qa` attributes for Autocomplete locators (#38029) 1 week ago
tests test: Reorg modal page objects (#37871) 3 weeks ago
utils chore: update eslint plugins (#33879) 1 year ago
README.md

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.