1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 09:53:00 +01:00

Merge branch 'jason-sanjose/js-test-driver'

This commit is contained in:
Jason San Jose 2011-12-08 13:40:17 -08:00
commit e21ee5493b

View File

@ -8,18 +8,18 @@ Getting started
Running Tests
1) Launch server: ./server.sh
2) Launch web browser and capture: http://localhost:9876/capture
3) Run all tests: ./test.sh
1. Launch server: ./server.sh
1. Launch web browser and capture: http://localhost:9876/capture
1. Run all tests: ./test.sh
Adding New Tests
1) Create a new .js file
2) Create a TestCase that matches the file name (see core/DemoTest.js)
3) Edit jsTestDriver.conf and include the .js file path under the test heading
1. Create a new .js file
1. Create a TestCase that matches the file name (see core/DemoTest.js)
1. Edit jsTestDriver.conf and include the .js file path under the test heading
Known Issues
============
1) server.sh script should eventually open brackets-app by default with the capture URL
2) Add an option to auto launch an arbitrary browser when running server.sh
1. server.sh script should eventually open brackets-app by default with the capture URL
1. Add an option to auto launch an arbitrary browser when running server.sh