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.
cwtch-ui/integration_test
Sarah Jamie Lewis d9551a1cd9
continuous-integration/drone/pr Build is running Details
continuous-integration/drone/push Build is passing Details
Add Retry Peer Connection. Japanese Translation. Nice Nightly Redirect and Update Cwtch
4 weeks ago
..
env Update UI Tests to Run with Flutter 3 / In Drone (#621) 4 months ago
features Add Retry Peer Connection. Japanese Translation. Nice Nightly Redirect and Update Cwtch 4 weeks ago
hooks Add Tests for 02_global_settings to pipeline. Update bindings 4 months ago
steps Add Profile Management Tests to Pipeline 4 months ago
test/features add gherkin tests (#353) 1 year ago
Readme.md add gherkin tests (#353) 1 year ago
gherkin_suite_test.editable.dart Add Profile Management Tests to Pipeline 4 months ago

Readme.md

Environments

Located in the integration_test/env folder and managed by the hooks in integration_test/hooks/env.dart. Specify the environment you want a feature to run in by tagging it.

  • [no tag] (env/default): default environment to load if none is specified
  • @env:aliceandbob1 (env/aliceandbob1): no-password Alice, Bob, and Carol profiles. Alice and Bob have already added each other, Carol has no contacts
  • @env:persist (env/persist): changes made to this profile persist between features and scenarios (but NOT between runs)
  • @env:clean: runs the feature with no profile existing yet on disk

Tests

[ ] 1. general [X] splash screen + clean load [X] setting save+load (TODO: dropdowns) [~] tor status+reset [~] shutdown cwtch [ ] 2. global settings (verify functionality) [] language # blocked by dropdown [] theme+color theme # blocked by dropdown [ ] column mode -> background? so all tests check both modes? [X] block unknown [X] streamer mode [ ] 3. experiments ( [ ] group chat -> needs many [ ] server hosting -> also many [ ] file sharing -> a couple [ ] image previews [ ] clickable links (how much to test?) [ ] 4. profile mgmt [X] create+delete [X] default+password load [X] name change [ ] password change [ ] known server mgmt [ ] 5. p2p chat [ ] add, remove, block, archive [ ] invite accept+reject [X] send+receive [ ] acks [ ] try to send a long message [ ] malformed messages, replies [ ] overlays (invite, file/image) [ ] send [ ] receive [ ] functionality [ ] 6. p2p settings [ ] name saving + transmission [ ] block (ui indicators, functionality) inc in groups [ ] history save+load [ ] 7. groupchat [ ] add, leave, archive [ ] send+receive inc acks [ ] try to send a long message [ ] malformed messages, replies [ ] overlays (invite, file/image) inc from non-contacts [ ] send [ ] receive [ ] functionality [ ] 8. group settings [ ] display name