code-server/test
Joe Previte c505fc45a8
feat: add escapeHtml function
This can be used to escape any special characters in a string with HTML before
sending from the server back to the client. This is important to prevent a
cross-site scripting attack.
2021-07-01 10:43:36 -07:00
..
browser/pages feat: add custom codecov 2021-06-28 11:41:48 -07:00
e2e Fix occasional logout failure 2021-06-29 12:06:48 -05:00
unit feat: add escapeHtml function 2021-07-01 10:43:36 -07:00
utils Centralize credential handling 2021-06-29 12:06:45 -05:00
package.json chore: upgrade to Playwright 1.12 with its new test-runner 2021-06-10 15:09:38 +02:00
playwright.config.ts Retain failed e2e videos only 2021-06-29 12:06:46 -05:00
tsconfig.json refactor: move jest around and add code coverage 2021-01-22 14:18:45 -07:00
yarn.lock chore: upgrade to Playwright 1.12 with its new test-runner 2021-06-10 15:09:38 +02:00