Merge "Added PixelBuffer for image loading and operations." into devel/master
[platform/core/uifw/dali-adaptor.git] / adaptors / emscripten / wrappers / tests / README.TXT
1 Dali Browser Regression Tests
2 -----------------------------
3
4 These tests work with a web server but not from the filesystem (a "file:///" URI).
5
6 To run the tests locally run a local web server.
7
8 One quick way to do this if you have nodeJS and npm installed is
9
10 npm install http-server -g
11
12 then in the directory with dali_tests.html run
13
14 http-server
15
16 or
17
18 http-server -p:8888
19
20 if you already have a local server running on 8080.
21
22 Note: Alternatively you can use python with
23
24 python -m SimpleHTTPServer 8080
25