We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12341f0 commit cfc4dbaCopy full SHA for cfc4dba
1 file changed
.gitignore
@@ -13,4 +13,11 @@ browserstack.err
13
local.log
14
test/cross-browser-testing/CBT-tests-es5.js
15
test/cross-browser-testing/CBT-tests.js
16
-coverage/
+coverage/
17
+
18
+# Integration test artifacts
19
+IntegrationTests/node_modules/
20
21
+IntegrationTests/wiremock-recordings/mappings/mapping-*-?????.json
22
+IntegrationTests/wiremock-recordings/__files/body-*-?????.txt
23
+IntegrationTests/wiremock-recordings/__files/body-*-?????.json
0 commit comments