Commit Graph

8 Commits

Author SHA1 Message Date
Ali Abid
a3cfdba5bb fix failing tests 2021-06-15 11:07:44 -07:00
aliabd
573251f2e1 replaced golden images 2021-05-24 17:12:44 -04:00
aliabd
0088cdc9cb fixed selenium tests 2021-02-25 12:23:58 -08:00
Ali Abid
19b9612045 fix tests 2020-12-21 09:55:02 -08:00
aliabd
f2f27a75a1 updated golden screenshots 2020-11-24 01:10:33 +04:00
aliabd
8ef9e5266c changed golden to reflect new buttons 2020-11-04 23:14:21 +04:00
aliabd
bcb3c37a3b changed golden images for test demos 2020-11-04 20:07:46 +04:00
Ali Abdalla
cedb0229f7
End-to-end UI tests with Selenium (#72)
* selenium test file

* selenium test

* added save_to as interface attribute, 4 demo tests with selenium

* change name to test_demos

* fixed wait until, removed path insertion

* added selenium to circleci config

* trying chrome driver image

* removing cache from circlci

* using chromedriver_installer

* adding deps for chromedriver

* sudo

* removed chromedriver

* added chromium-chromedriver

* using chromedriver-py

* using service instead of exec path

* using latest selenium

* using browsers image

* added cwd to tmp and test paths

* saving artifacts

* added tmp.txt

* changed driver size

* elem.text sleep

* driver size fix

* saving artifacts

* saving artifacts correctly

* saving artifacts correctly

* saving artifactS

* print statement

* print statement

* print statement

* correct dir

* debugging

* debugging

* debugging

* fixing wonderful

* running comparison

* current dir fix

* changing longest_word

* fixed longest_word

* clean up

* fixing new output label name

* time limit on while loops

* refactoring common code

* removed setUp

* removed server_port declaration from demos

Co-authored-by: Ali Abid <aliabid94@gmail.com>
2020-10-23 18:28:30 +04:00