[TESTS] Update and separate E2E tests (#2126)
* Tests passing until roomslist * create room * roominfo * change server * broadcast * profile * custom status * forgot password * working * room and onboarding * Tests separated * config.yml refactor * Revert "config.yml refactor" This reverts commit 0e984d3029e47612726bf199553f7abdf24843e5. * CI * lint * CI refactor * Onboarding tests * npx detox * Add all tests * Save brew cache * mac-env executor * detox-test command * Update readme * Remove folder
Showing
- .circleci/config.yml 176 additions, 185 deletions.circleci/config.yml
- README.md 4 additions, 2 deletionsREADME.md
- app/containers/FormContainer.js 3 additions, 2 deletionsapp/containers/FormContainer.js
- app/containers/TwoFactor/index.js 3 additions, 1 deletionapp/containers/TwoFactor/index.js
- app/sagas/messages.js 6 additions, 4 deletionsapp/sagas/messages.js
- app/views/ForgotPasswordView.js 1 addition, 1 deletionapp/views/ForgotPasswordView.js
- app/views/LoginView.js 1 addition, 1 deletionapp/views/LoginView.js
- app/views/NewServerView.js 4 additions, 3 deletionsapp/views/NewServerView.js
- app/views/OnboardingView/index.js 3 additions, 1 deletionapp/views/OnboardingView/index.js
- app/views/RegisterView.js 2 additions, 2 deletionsapp/views/RegisterView.js
- app/views/RoomInfoView/Channel.js 4 additions, 0 deletionsapp/views/RoomInfoView/Channel.js
- app/views/RoomInfoView/Item.js 6 additions, 3 deletionsapp/views/RoomInfoView/Item.js
- app/views/SidebarView/index.js 6 additions, 1 deletionapp/views/SidebarView/index.js
- app/views/WorkspaceView/index.js 3 additions, 1 deletionapp/views/WorkspaceView/index.js
- e2e/01-welcome.spec.js 0 additions, 50 deletionse2e/01-welcome.spec.js
- e2e/02-legal.spec.js 0 additions, 47 deletionse2e/02-legal.spec.js
- e2e/helpers/app.js 33 additions, 18 deletionse2e/helpers/app.js
- e2e/tests/assorted/01-changeserver.spec.js 27 additions, 30 deletionse2e/tests/assorted/01-changeserver.spec.js
- e2e/tests/assorted/02-broadcast.spec.js 19 additions, 60 deletionse2e/tests/assorted/02-broadcast.spec.js
- e2e/tests/assorted/03-profile.spec.js 6 additions, 18 deletionse2e/tests/assorted/03-profile.spec.js
Loading
Please register or sign in to comment