Github user tiborm commented on a diff in the pull request:
https://github.com/apache/metron/pull/1226#discussion_r224761311
--- Diff:
metron-interface/metron-alerts/cypress/integration/pcap/pcap.spec.js ---
@@ -0,0 +1,228 @@
+/// <reference types="Cypress" />
--- End diff --
This turns on cypress specific intellisense in VSCode and some other
editors. I have removed it at first but code completion etc. are way more
intelligent with this setup.
You can read more about it here
https://docs.cypress.io/guides/tooling/intelligent-code-completion.html#Triple-slash-directives
---