krakjoe / ui

Cross platform UI development in PHP
Other
519 stars 39 forks source link

readd test #10

Closed Stricted closed 7 years ago

Stricted commented 7 years ago

got the tests working passed test: https://travis-ci.org/Stricted/ui-test/jobs/171529274 failed test (changed some values in the test file to provocate the fail): https://travis-ci.org/Stricted/ui-test/jobs/171534668

krakjoe commented 7 years ago

It would be good if you cold split this up ...

I don't want to put tests in this repository, we can't reasonably run them on travis, travis doesn't really fit.

My current plan is to convert the tests that come with libui into PHP, and put them in their own repository: People interested in testing, or educating themselves with the tests, will actually have to run them on their machine, locally.

There isn't a reasonable way to test this kind of UI without looking at it, with eyes ...

If you can PR the improvements to .travis (the addon stuff), but drop the xvfb and env things.

Stricted commented 7 years ago

sure no problem, i will open a new pr