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/js
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
..
curve Download and install updates without the help of electron-updater 6 years ago
models Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into clearnet 5 years ago
modules Integration tests (#975) 5 years ago
views Integration tests (#975) 5 years ago
.eslintrc Auto-fixes: UX Improvements (#2077) 7 years ago
Mp3LameEncoder.min.js Fix ASM warnings in MP3 library 6 years ago
WebAudioRecorderMp3.js Copy audio-related files into js/ instead of symlinking them (#1456) 8 years ago
about_start.js Show commit hash in About window for beta builds 6 years ago
background.js Toast on device pairing request received but in device pairing mode 5 years ago
blocked_number_controller.js Enforce curlies completely and lint with new settings 6 years ago
chromium.js Remove jshint - move everything over to eslint 7 years ago
conversation_controller.js linting 5 years ago
database.js Merge branch 'master' of https://github.com/signalapp/Signal-Desktop into development 7 years ago
debug_log_start.js Remove jshint - move everything over to eslint 7 years ago
delivery_receipts.js Display incoming messages in the primary device conversation 6 years ago
expire.js set a default token 5 years ago
expiring_messages.js New MessageController as the single place for in-memory messages 6 years ago
focus_listener.js Remove jshint - move everything over to eslint 7 years ago
keychange_listener.js Move conversations to SQLCipher 7 years ago
legacy_storage.js Merge signal changes into branch. 7 years ago
libphonenumber-util.js Remove Vim mode lines 7 years ago
libsignal-protocol-worker.js Fix asm.js errors in emscripten-generated functions 6 years ago
logging.js Linted files 6 years ago
message_controller.js New MessageController as the single place for in-memory messages 6 years ago
notifications.js debounce notifications update to 2sec 5 years ago
password_start.js Rename launcherView to passwordView. 6 years ago
permissions_popup_start.js Infinte duration toasts 5 years ago
read_receipts.js New MessageController as the single place for in-memory messages 6 years ago
read_syncs.js New MessageController as the single place for in-memory messages 6 years ago
registration.js Prevent showing inbox if secondary device registration is still ongoing 6 years ago
reliable_trigger.js Use window.log in browser context, turn on console eslint rule 7 years ago
rotate_signed_prekey_listener.js Clean up after account registration failure 6 years ago
session_ui_manager.js Added session button types and session button colors 5 years ago
signal_protocol_store.js log error 5 years ago
spell_check.js Integration tests (#975) 5 years ago
storage.js Merge signal changes into branch. 7 years ago
util_worker_tasks.js Trial value wasn't being initialised big enough for very low difficulty, also development should not have been there but I don't think it was doing anything 6 years ago
wall_clock_listener.js Remove jshint - move everything over to eslint 7 years ago