Changes between Version 7 and Version 8 of EFLWebKitTests
- Timestamp:
- Jul 18, 2012 9:22:28 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKitTests
v7 v8 5 5 EFL WebKit 1 and 2 uses [http://code.google.com/p/googletest/ gtest] as unit test framework. We strongly recommend reading the [http://code.google.com/p/googletest/wiki/Primer introduction] to gtest before starting. This should be enough to cover most of our testing use cases. 6 6 7 = EFL WebKit 2 APIstests =7 = EFL WebKit2 API tests = 8 8 9 9 == Adding a new test file == … … 71 71 }}} 72 72 73 = WebKit2 C API tests = 73 74 74 == Questions == 75 == Enabling new tests == 76 77 WebKit2 C API tests are usually cross platform. When spotting that a new test was added to the C API test suite (located at Tools/TestWebKitAPI), it's always welcome to add it to the EFL test runner. This can be done by simple adding the test case to [source:trunk/Tools/TestWebKitAPI/PlatformEfl.cmake Tools/TestWebKitAPI/PlatformEfl.cmake] following the instructions on the file. Please note that some tests might require you to write some new functionality to the test harness and also to add an entry to the injected bundle sources located at [source:trunk/Tools/TestWebKitAPI/CMakeLists.txt Tools/TestWebKitAPI/CMakeLists.txt]. 78 79 == Running and Debugging the tests == 80 81 You can run and debug the tests in the same way as the EFL WebKit2 tests. 82 83 = Questions = 75 84 76 85 * Questions regarding WebKit 2 tests can be answered at #webkit-efl at Freenode (you might want to poke tmpsantos) or at webkit-efl mailing list.