Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 69 additions & 61 deletions vale_styles/config/vocabularies/Base/accept.txt
Original file line number Diff line number Diff line change
@@ -1,74 +1,82 @@
[Kk]eploy
GitHub
api
API
APIs
Idempotency
Deduplication
UTGen
Testim
Applitools
Functionize
mabl
Pytest
Unittest
JBehave
JUnit
Reqnroll
NUnit
Spotify
Appium
JMeter
Mockaroo
Applitools
Arkade
Asana
LLMs
Woohoo
graphql
Docusaurus
Onboarding
Hoppscotch
DBs
Redis
Testcases
Testcase
containerName
UUIDs
Auditability
Arkade
Twilio
Hasura
Nhost
Postgres
Cobertura
Jacoco
signin
mock
borderRadius
Cmd
Cobertura
config
containerName
custom_functions
DBs
Deduplication
distros
dockerfile
Docusaurus
expected_string
Functionize
GitHub
gjson
graphql
Hacktoberfest
Hasura
header_contains
header_equal
header_exists
header_matches
Hoppscotch
html
Idempotency
Jacoco
JBehave
JMeter
json_contains
json_equal
json_path
JUnit
test-gen
[Kk]eploy
LLMs
mabl
middleware
mock
Mockaroo
Nhost
npm
api
API
NUnit
Onboarding
params
Cmd
respository
Hacktoberfest
wsl
WSL
testsets
Testrun
YAMLs
SDK
config
Postgres
Pytest
realtime
Redis
Reqnroll
SDK
signin
Spotify
status_code
status_code_class
status_code_in
substring
templatize
Testcase
Testcases
Testim
testmode
Testrun
testsets
timeFreezing
templatize
wiremessages
middleware
distros
Twilio
Unittest
url
gjson
json_equal
json_contains
json_path
substring
keploy-runner
UTGen
UUIDs
wiremessages
Woohoo
wsl
WSL
YAMLs
2 changes: 1 addition & 1 deletion versioned_docs/version-2.0.0/keploy-explained/dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ keployV2 test --c "docker run -p 8080:8080 --name <containerName> --network kep

#### Build Docker Image:

Run the below command inside the keploy respository and make sure there is no directory by the name of keploy inside the main keploy repository.
Run the below command inside the keploy repository and make sure there is no directory by the name of keploy inside the main keploy repository.

```shell
sudo docker image build -t ghcr.io/keploy/keploy:v2-dev .
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.0/keploy-explained/dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Note: Use the `--debug` flag to run Keploy in debug mode for detailed logs.

#### Build Docker Image:

Note: Run the below command inside the keploy respository and make sure there is no directory by the name of keploy inside the main keploy repository.
Note: Run the below command inside the keploy repository and make sure there is no directory by the name of keploy inside the main keploy repository.

```shell
sudo docker image build -t ghcr.io/keploy/keploy:v2-dev .
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.0.0/keploy-explained/dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Note: Use the `--debug` flag to run Keploy in debug mode for detailed logs.

#### Build Docker Image:

Note: Run the below command inside the keploy respository and make sure there is no directory by the name of keploy inside the main keploy repository.
Note: Run the below command inside the keploy repository and make sure there is no directory by the name of keploy inside the main keploy repository.

```shell
sudo docker image build -t ghcr.io/keploy/keploy:v2-dev .
Expand Down
Loading
Loading