Wednesday, March 15, 2017

Sencha Studio, The screen Shot Assertion

Using Sencha Studio screenshot as an assertion for your unit test.



More Info
http://docs.sencha.com/sencha_test/2.0.2/guides/command_line_archive_server.html

This Video Covers
1. Goto: http://docs.sencha.com/sencha_test/2.0.2/guides/command_line_archive_server.html
2. Create Test
3. Setup storage.json
   - my_secret_key == 889jwx093jr8wuwer (See -K below)
4. Start the “stc server”
R5. un suite in ST suite directory: stc run -o text -p Embedded -S http://localhost:1903 -K 889jwx093jr8wuwer
5. Configure archive server
   - http://localhost:1903/test_storage
6. View failure

No comments:

Trying out the Dart Analysis Server

I wanted to see how the Dart Analysis Server was put together and worked. I started looking to see how I could wire it up and try out the co...