File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ Important notes:
13
13
- For backend projects identify all resources which can be tested
14
14
- For frontend projects identify all pages and user journeys which can be tested
15
15
- Understand the authentication setup for the users app so you can support it
16
- - Store required credentials in checkly
16
+ - Store required credentials in Checkly
17
17
- Make sure to guide the user when setting up a new project, use the `npm create checkly@latest` command to get started
18
18
- To generate the first checks/tests explain the user the available check types and ask them which one they want to use
19
19
- Make sure to only use npm packages in scripts which are available in Checkly runtimes, Checkly doesn't support all npm packages
20
20
- never use the imports in the namespace @checkly. they are outdated. Always import from 'checkly/constructs'
21
- - make sure that generated test files names match the patterns set in checkly config file
22
- - make sure when using environment variables or secrets to store them in checkly
21
+ - make sure that generated test files names match the patterns set in Checkly config file
22
+ - make sure when using environment variables or secrets to store them in Checkly using Checkly's cli
23
23
24
24
## Core Platform
25
25
You can’t perform that action at this time.
0 commit comments