|
53 | 53 |
|
54 | 54 | - Checkout the `1.5.2` or `1.5.3-sec` branch |
55 | 55 | - From the root folder of the repo: |
| 56 | + - `git submodule update --recursive` |
56 | 57 | - `cd test` |
57 | 58 | - Create symlink to src in test folder: |
58 | 59 | - `ln -s ../src src` |
|
65 | 66 | #### 1.6.4 / 1.6.5-sec |
66 | 67 |
|
67 | 68 | - Checkout the `1.6.4` or `1.6.5-sec` branch |
68 | | -- Run php server from the root folder of the repo: `php -S 127.0.0.1:8000 -t test` |
| 69 | +- From the root folder of the repo: |
| 70 | + - `git submodule update --recursive` |
| 71 | + - Run php server: |
| 72 | + - `php -S 127.0.0.1:8000 -t test` |
69 | 73 | - Open `127.0.0.1:8000/tests/index.html` in your browser |
70 | 74 |
|
71 | 75 | #### 1.7.2 / 1.7.3-sec |
72 | 76 |
|
73 | 77 | - Checkout the `1.7.2` or `1.7.3-sec` branch |
74 | | -- Run php server from the root folder of the repo: `php -S 127.0.0.1:8000 -t test` |
| 78 | +- From the root folder of the repo: |
| 79 | + - `git submodule update --recursive` |
| 80 | + - Run php server: |
| 81 | + - `php -S 127.0.0.1:8000 -t test` |
75 | 82 | - Open `127.0.0.1:8000/tests/index.html` in your browser |
76 | 83 |
|
77 | 84 | ### A/B end-to-end acceptance tests |
@@ -115,17 +122,6 @@ You can run the A/B tests locally in CI mode or manually in the browser |
115 | 122 |
|
116 | 123 | - Checkout the `1.4.4` or `1.4.5-sec` branch |
117 | 124 | - From the root folder of the repo: |
118 | | - - `git clone git@github.com:qunitjs/qunit.git --depth=1 test/qunit` |
119 | | - - `cd test/qunit` |
120 | | - - Get the closest QUnit commit to the jQuery version/release: |
121 | | - - `git checkout 25e4489a5f280e8f0a22ca99ecb401338bb75308` |
122 | | - - `cd ../..` |
123 | | - - `git clone git@github.com:jquery/sizzle.git --depth=1 src/sizzle` |
124 | | - - `cd src/sizzle` |
125 | | - - `git fetch --tags` |
126 | | - - Get corresponding sizzle branch for this jQuery version/release: |
127 | | - - `git checkout 1.4.4` |
128 | | - - `cd ../..` |
129 | 125 | - Run `make jquery` |
130 | 126 | - This will output `./dist/jquery.js` |
131 | 127 |
|
|
0 commit comments