You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,10 @@ go test ./internal/namespaces/init -debug
54
54
55
55
When you are developing tests, you can also use the `Logger` field that is available in the different contexts to write your own logs.
56
56
57
+
### Checking the version
58
+
59
+
When you are running CLI commands the version check is made in every action. You can avoid these output setting `SCW_DISABLE_CHECK_VERSION` to false.
60
+
57
61
#### Targeting specific tests
58
62
59
63
The test suite is design to run quickly, but when you are recording interactions you probably don't want to record interactions for all the tests in the test suite.
0 commit comments