Changes between Version 7 and Version 8 of EFLWebKitTests


Ignore:
Timestamp:
Jul 18, 2012 9:22:28 AM (12 years ago)
Author:
tmpsantos@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKitTests

    v7 v8  
    55EFL 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.
    66
    7 = EFL WebKit 2 APIs tests =
     7= EFL WebKit2 API tests =
    88
    99== Adding a new test file ==
     
    7171}}}
    7272
     73= WebKit2 C API tests =
    7374
    74 == Questions ==
     75== Enabling new tests ==
     76
     77WebKit2 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
     81You can run and debug the tests in the same way as the EFL WebKit2 tests.
     82
     83= Questions =
    7584
    7685 * 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.