Harel M
73f7798a1d
Use driver pattern for e2e tests ( #2 )
...
* Initial commit
* Fix spec
* Move driver
* Fix config location
* Fix helper location
* More usage of driver
* Add click
* Fix click
* Migrate more tests
* Add setValue to driver
* Move more code to driver
* add isExisting to driver
* Change modal tests to use driver
* Fix tests
* Fix test
* Fix invalid alert wait
* Fix missing wd
* Fix tests
* Fix missing fs
* Fix test
* Fix path
* Move screenshort to driver
* Migrate keyboard
* Migrate skiplinks to driver
* Fix tests
* Try fix skip-links
* add config
* Add helper
* Fix driver?
* remove helper
* remove wd-helper
* Remove redundant file
* Remove webdriver extsions
2023-12-14 18:14:06 +02:00
Filip Proborszcz
e34c1ca4be
Use node 16.x
...
It required converting mocha tests code into async since [@wdio/sync is
deprecated](https://webdriver.io/docs/sync-vs-async/ ) starting with
node v16.
It removed the dependency on fibers and on [node-gyp + python](https://
webdriver.io/docs/sync-vs-async/#common-issues-in-sync-mode) indirectly
though which is a great thing.
Also moved away from node-sass to sass since [node-sass is deprecated]
(https://sass-lang.com/blog/libsass-is-deprecated ).
2022-04-06 14:05:15 +02:00
orangemug
ce731e7d6b
Added new CI workflow using GitHub actions.
...
Also
- Fixed screenshot tests
- Fixed code coverage
- Removed appveyor
- Removed circleci
- Updated wdio related dependencies
- Added docker image deploy to the GitHub registry
2020-05-24 11:13:16 +01:00
pathmapper
e9a8b094a2
Update tests for WebdriverIO v5
2019-06-08 07:19:18 +02:00
orangemug
be954143c3
Switch to setTimeout(fn, 0)
2018-09-10 15:09:34 +01:00
orangemug
b314642586
Rollback to setImmediate
2018-09-10 14:55:45 +01:00
orangemug
b5fc315b37
setImmediate -> process.nextTick
2018-09-10 14:51:22 +01:00
orangemug
0cec0cf595
Fix coverage in tests.
2018-01-17 17:36:46 +00:00
orangemug
ad34147f28
Fixed screenshots.
2018-01-17 15:39:17 +00:00
orangemug
1eb6c28617
Removed logging.
2018-01-17 14:59:48 +00:00
orangemug
2e8a188bce
Increased timeouts.
2018-01-17 14:51:25 +00:00
orangemug
a773958403
Tidy tests.
2018-01-10 15:06:11 +00:00