Thibault Jouan
1cc1f98ad2
Implement `kill' action keyword
...
When invoked, will kill the client returned by
`layout.current_client`. ICCCM WM_DELETE_WINDOW is used instead if the
window reports to support this protocol.
2015-04-29 02:44:34 +00:00
Thibault Jouan
6a4a15e9db
Remove deprecated X connection test (UAT)
2015-04-28 09:44:49 +00:00
Thibault Jouan
6cfed91653
Test blocking worker (UAT)
2015-04-23 21:25:58 +00:00
Thibault Jouan
accbebe97c
Test how the manager handles window changes
2015-04-22 08:14:45 +00:00
Thibault Jouan
730527b836
Fix non-deterministic user acceptance tests
2015-04-21 13:46:54 +00:00
Thibault Jouan
e8dacfa4ac
Fix non-deterministic test in layout/unmanage
2015-04-21 08:20:37 +00:00
Thibault Jouan
1d9571766b
Refactor cucumber X steps
2015-04-21 08:08:06 +00:00
Thibault Jouan
7ee70b666b
Increase layout protocol test coverage (#remove)
2015-04-21 08:02:05 +00:00
Thibault Jouan
6346eb5ee6
Simplify cucumber X steps
2015-04-21 07:24:03 +00:00
Thibault Jouan
c7bd6ea28a
Fix non-deterministic test in manager/unmanage
2015-04-21 06:59:07 +00:00
Thibault Jouan
3fd8658adf
Simplify cucumber steps (uhwm process)
2015-04-21 06:01:23 +00:00
Thibault Jouan
04d999e1b0
Fix non-deterministic test in manager/unmanage
2015-04-21 03:41:14 +00:00
Thibault Jouan
29f2b4725d
Test how manager should handle destroyed windows
2015-04-21 02:26:29 +00:00
Thibault Jouan
42751993a2
Test manager client unmanagement with cucumber
2015-04-21 02:22:21 +00:00
Thibault Jouan
a6edac962b
Add layout client unmanagement feature
2015-04-20 10:24:39 +00:00
Thibault Jouan
bdbeca399a
Ensure only one client is managed for given window
2015-04-20 04:11:41 +00:00
Thibault Jouan
26bac5aea9
Test that manager listen to appropriate events
2015-04-18 20:11:04 +00:00
Thibault Jouan
82a4161cc2
Improve UAT on layout
...
* Move cucumber features regarding the layout protocol in
layout/protocol;
* Add new cucumber features to test uh-layout integration in uh-wm, at
least simple mapping and focus behavior;
* Add new acceptance testing helpers
2015-04-18 19:33:47 +00:00
Thibault Jouan
fe47e27d98
Prototype clients management with windows
2015-04-16 12:01:15 +00:00
Thibault Jouan
e81cf3a52f
Clean up tests
...
* Remove deprecated tags;
* Improve scenarios, steps and specs descriptions.
2015-04-14 02:59:48 +00:00
Thibault Jouan
53d83d5f08
Extract user acceptance test helpers in a module
2015-04-13 01:56:08 +00:00
Thibault Jouan
309347a8ec
Hide linux netstat stderr output on travis CI
2015-04-09 03:23:12 +00:00
Thibault Jouan
366028fa01
Allow X related tests to work on travis CI
2015-04-09 03:23:12 +00:00
Thibault Jouan
ceac19b346
Quit on `mod1+q' key binding
...
* Loop our runner until it is "stopped";
* Use the event dispatcher to stop the runner on `mod1+q' key press;
* Tell the manager to grab the `q' key.
2015-04-09 00:30:13 +00:00
Thibault Jouan
01d7805760
Add uhwm_wait_output cucumber helper
2015-04-08 16:46:58 +00:00
Thibault Jouan
8f9b767ce1
Connect to X server
2015-04-07 10:35:52 +00:00