Skip to content

Commit

Permalink
Fix app typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 authored Jan 18, 2024
1 parent ff0c202 commit bd6191a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h2>
<h2>
<pre>Cypress.env('secret')</pre>
</h2>
<p>Sometimes, when testing we apps, we need to input some sensitive data.</p>
<p>Sometimes, when testing web apps, we need to input some sensitive data.</p>
<p>However, it's not recommended to version such data, or even let it leak, hardcoding it in the test file.</p>
<p>To deal with that, Cypress offers a few options.</p>
<p>First, you can create a file called <code>cypress.env.json</code> and add it to the <code>.gitignore</code> file, so it won't be versioned.</p>
Expand Down

0 comments on commit bd6191a

Please sign in to comment.