sky with ninja, e.g. ninja -C out/Debug sky for a debug build.If you want to build release, run the following commands:
gn gen out/Release --args="is_debug=false"ninja -C out/Release sky./sky/tools/skydb [url]
(skydb) prompthelp to see the list of available commands//out/Debug./sky/tools/test_sky --debug
//out/Debug. If you want to run against //out/Release, omit the --debug flag.sky/tools/run_sky_httpdout/Debug/mojo_shell --args-for="mojo:native_viewport_service --use-headless-config" --content-handlers=text/html,mojo:sky_viewer --url-mappings=mojo:window_manager=mojo:sky_tester mojo:window_managersky_tester should print #READY when readyhttp://127.0.0.1:8000/lowlevel/text.html, and press the enter keyresources/mocha.html and resources/chai.htmldescribe('My pretty test of my subject', function() {
var subject = new MySubject();
it('should be pretty', function() {
assert.ok(subject.isPretty);
});
});