Commit Graph

30 Commits (e9054450b5bcf233b4c7345eec8c960267570900)

Author SHA1 Message Date
Vincent 7763baba7a Send message async 5 years ago
Vincent cc3e03c5e4 tests finalise 5 years ago
Vincent 5eb49764b3 lint 5 years ago
Vincent e2c73f2fe5 fixups 5 years ago
Vincent 958a4c8594 Linted 5 years ago
Vincent e6fdf95dcb Run all tests 5 years ago
Vincent c1dcac1b84 Message & settings tests 5 years ago
Vincent f7f4cc5218 reverted_ looking for settings_text 5 years ago
Vincent b046a9c292 XPath message deletion issues 5 years ago
Vincent 0c935b66f2 deleting messages init 5 years ago
Ryan Tharp 0bffccb441 setValueWrapper refactor, add group prefix for easier grepping, DRY 5 years ago
Ryan Tharp 3d93c05929 setValueWrapper refactor, fix process killing on macOs, remove unneeded resolves 5 years ago
Ryan Tharp f5f9614680 I looked up how to xpath byId, thought I'd include it 5 years ago
Vincent bbba903864 Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into integration-test-vince 5 years ago
Audric Ackermann a5176e3748
use new electron to kill tests windows 5 years ago
Audric Ackermann 5f42eb8212
fix integration tests 5 years ago
Vincent d3c934e119 attachment sending test complete 5 years ago
Vincent 819d0c10e1 Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into integration-test-vince 5 years ago
Audric Ackermann 9ff16d7e60
move to electron spellchecker 5 years ago
Vincent 9d7d3bbe6e message functions init 5 years ago
Mikunj fa387b5dfa Linting and review fix 5 years ago
Mikunj 5c36b75723 More integration test cleanup 5 years ago
Mikunj 0cccc70b9b Fix integration test running on the wrong environment 5 years ago
Mikunj 3f5a8e7b1b Remove redundance LOKI_DEV variable in scripts 5 years ago
Mikunj 57239932ba Fix integration test 5 years ago
Audric Ackermann f5744ca7aa
[test] use pkill instead of killall for running test windows 5 years ago
Vincent 553713c311 revert 5 years ago
Vincent aac18cd683 await reversion 5 years ago
Vincent 2f13afdd3f vince integration test setup 5 years ago
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