Skip to content

Commit b4f4ec0

Browse files
committed
gcmsg 'chore: /s/Pactflow/PactFlow'
1 parent 07112a4 commit b4f4ec0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2021 Pactflow
3+
Copyright (c) 2019-2021 PactFlow
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Why are we using a Makefile? Pactflow has around 30 example consumer and provider projects that show how to use Pact.
1+
# Why are we using a Makefile? PactFlow has around 30 example consumer and provider projects that show how to use Pact.
22
# We often use them for demos and workshops, and Makefiles allow us to provide a consistent language and platform agnostic interface
33
# for each project. You do not need to use Makefiles to use Pact in your own project!
44

@@ -84,7 +84,7 @@ record_deployment: .env
8484
@"${PACT_CLI}" broker record-deployment --pacticipant ${PACTICIPANT} --version ${GIT_COMMIT} --environment ${ENVIRONMENT}
8585

8686
## =====================
87-
## Pactflow set up tasks
87+
## PactFlow set up tasks
8888
## =====================
8989

9090
# This should be called once before creating the webhook

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
[![Can I deploy Status](https://test.pactflow.io/pacticipants/pactflow-example-consumer/branches/master/latest-version/can-i-deploy/to-environment/production/badge)](https://test.pactflow.io/pacticipants/pactflow-example-consumer/branches/master/latest-version/can-i-deploy/to-environment/production/badge)
88

9-
This is an example of a Node consumer using Pact to create a consumer driven contract, and sharing it via [Pactflow](https://pactflow.io).
9+
This is an example of a Node consumer using Pact to create a consumer driven contract, and sharing it via [PactFlow](https://pactflow.io).
1010

11-
It is using a public tenant on Pactflow, which you can access [here](https://test.pactflow.io/) using the credentials `dXfltyFMgNOFZAxr8io9wJ37iUpY42M`/`O5AIZWxelWbLvqMd8PkAVycBJh2Psyg1`. The latest version of the Example Consumer/Example Provider pact is published [here](https://test.pactflow.io/pacts/provider/pactflow-example-provider/consumer/pactflow-example-consumer/latest).
11+
It is using a public tenant on PactFlow, which you can access [here](https://test.pactflow.io/) using the credentials `dXfltyFMgNOFZAxr8io9wJ37iUpY42M`/`O5AIZWxelWbLvqMd8PkAVycBJh2Psyg1`. The latest version of the Example Consumer/Example Provider pact is published [here](https://test.pactflow.io/pacts/provider/pactflow-example-provider/consumer/pactflow-example-consumer/latest).
1212

1313
The project uses a Makefile to simulate a very simple build pipeline with two stages - test and deploy.
1414

@@ -22,7 +22,7 @@ The project uses a Makefile to simulate a very simple build pipeline with two st
2222

2323
## Usage
2424

25-
See the [Pactflow CI/CD Workshop](https://github.com/pactflow/ci-cd-workshop).
25+
See the [PactFlow CI/CD Workshop](https://github.com/pactflow/ci-cd-workshop).
2626

2727
## Running the application
2828

@@ -54,7 +54,7 @@ npm run start
5454

5555
To be able to run some of the commands locally, you will need to export the following environment variables into your shell:
5656

57-
* `PACT_BROKER_TOKEN`: a valid [API token](https://docs.pactflow.io/docs/getting-started/#configuring-your-api-token) for Pactflow
57+
* `PACT_BROKER_TOKEN`: a valid [API token](https://docs.pactflow.io/docs/getting-started/#configuring-your-api-token) for PactFlow
5858
* `PACT_BROKER_BASE_URL`: a fully qualified domain name with protocol to your pact broker e.g. https://testdemo.pactflow.io
5959

6060
### Usage

0 commit comments

Comments
 (0)