You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/test
Audric Ackermann 9ddda73ca2
Integration tests (#975)
* add first integration test Session

Checking window title
Checking window count
Can restore from seed

* FIXME torevert once found why this crash on app close

* [test] add join valid open group test

* [test] validate cannot join two times the same open group

* [test] move common things to common.js

* [test] move tests to separate files

* [test] clean

* [test] add send message to open group test

* [test] lint

* [test] rename hooks -> common

* [test] add 15s delay before considering test as slow

* upgrade electron 8.0.3 and spectron 10.0.0

* [test] signin from seed: validate pubkey

* Replace spellchecker in favor of typo-js

* [test] refactor common calls to common.js

* [test] add two different pubkey, mnemonic and displayname

* [test] FIXME unsafe eval needed for now

* [test] add: add friends test

* [test] working multi instance tests

* [test] FIXME disable snodeproxy

* [test] update yarn.lock

* [test] make tests more robust with restart from scratch each test

* [test] add link of two devices test and hard rm of apps before start (rm -r)

* remove unused file

* [test] lint

* [test] add registration from generated pubkey test

* [test] add beginning of network stub

* [test] stub "token" endpoint

* [test] add test of one message on pub group pull

* [test] add starting port randomize. looks to help for some bad start with multi instance

* [test] add stub for one to one chats (sessions)

* [test] clean code

* [test] finish add friend test and stub snode server

* [test] stub calls during link device test

* [test] add a flag to show some logs on stubbed snode

* [test] finish link of two device test. check both pubkey matches

* [test] add and use function to wrap erase+start+login+stub app

* [test] add method to login as friend and closed group test&messages

* Revert "[test] FIXME unsafe eval needed for now"

This reverts commit de5322fdae6cdab8e3b9bd9a52b7d172c9bc2d26.

* [test] apply review

* [test] fix lint

* [test] fix existing test with new spectron version

* [test] fix lint

* [test] refactor page objects

* [test] add delete account test

* [test] add unlink of two device test

* [test] make tiny waitForExists -> isExisting

* [test] add checks of link new device buttons

* upgrade fs-extra@9.0.0

* address pr review

* [test] fix spell_check test

Co-authored-by: Josh Perez <60019601+josh-signal@users.noreply.github.com>
5 years ago
..
app Updated all icon references 5 years ago
metadata Add eslint rule to enforce curlys, run eslint --fix to automatically apply this rule and add swapfiles to gitignore 6 years ago
models Closed group update message stylgin 5 years ago
modules Expand link preview tests for tenor and giphy 6 years ago
views fix unit tests: remove not used count in scrolldown view and assert svg 5 years ago
.eslintrc.js eslintify all test files 7 years ago
_test.js Added testing on pull request 5 years ago
backup_test.js Added testing on pull request 5 years ago
blanket_mocha.js Format all source code using Prettier 7 years ago
blocked_number_controller_test.js Merge development into lint 6 years ago
crypto_test.js Updates to backup infrastructure 6 years ago
database_test.js eslintify all test files 7 years ago
fixtures.js eslintify all test files 7 years ago
fixtures_test.js eslintify all test files 7 years ago
i18n_test.js eslintify all test files 7 years ago
index.html Added testing on pull request 5 years ago
keychange_listener_test.js Add cache support to Signal Protocol Store 6 years ago
libphonenumber_util_test.js eslintify all test files 7 years ago
manual.txt Add manual test scenarios for remembering window state 8 years ago
reliable_trigger_test.js eslintify all test files 7 years ago
spellcheck_test.js Integration tests (#975) 5 years ago
storage_test.js Merge commit '18b5b7c046436f2defab2e20407e22da180bf97b' into signal-1.22 6 years ago