Skip to content

Commit 1dcdb35

Browse files
committed
chore: renaming examples folder to test-apps and updating refs
1 parent b003c0f commit 1dcdb35

File tree

295 files changed

+33
-33
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

295 files changed

+33
-33
lines changed

.circleci/config.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,20 @@ jobs:
4747
at: ~/
4848
- run:
4949
command: npm run test
50-
working_directory: examples/<< parameters.jobname >>
50+
working_directory: test-apps/<< parameters.jobname >>
5151
- store_artifacts:
52-
path: examples/<< parameters.jobname >>/coverage
52+
path: test-apps/<< parameters.jobname >>/coverage
5353
- run:
5454
name: Verify Code Coverage
5555
command: npm run coverage:verify
56-
working_directory: examples/<< parameters.jobname >>
56+
working_directory: test-apps/<< parameters.jobname >>
5757
- run:
5858
name: Check code coverage files 📈
5959
# we will check the final coverage report
6060
# to make sure it only has files we are interested in
6161
# because there are files covered at 0 in the report
6262
command: npm run coverage:check-files
63-
working_directory: examples/<< parameters.jobname >>
63+
working_directory: test-apps/<< parameters.jobname >>
6464

6565
test-code-coverage-plugin:
6666
docker:
@@ -86,13 +86,13 @@ workflows:
8686
- run: npm i -g npm@latest
8787
post-install:
8888
- run:
89-
name: Install deps for examples/old-cypress-config
89+
name: Install deps for test-apps/old-cypress-config
9090
command: npm ci
91-
working_directory: examples/old-cypress-config
91+
working_directory: test-apps/old-cypress-config
9292
- run:
93-
name: Install deps for examples/new-cypress-config
93+
name: Install deps for test-apps/new-cypress-config
9494
command: npm ci
95-
working_directory: examples/new-cypress-config
95+
working_directory: test-apps/new-cypress-config
9696
post-steps:
9797
- run: npm run check:markdown
9898

@@ -145,23 +145,23 @@ workflows:
145145
# name: win/default
146146
# shell: bash.exe
147147
# no-workspace: true
148-
# start: npm run start:windows --prefix examples/old-cypress-config/all-files
148+
# start: npm run start:windows --prefix test-apps/old-cypress-config/all-files
149149
# wait-on: 'http://localhost:1234'
150150
# command: ../node_modules/.bin/cypress run
151151
# # store screenshots and videos
152152
# store_artifacts: true
153153
# post-steps:
154-
# - run: cat examples/old-cypress-config/all-files/.nyc_output/out.json
155-
# - run: cat examples/old-cypress-config/all-files/coverage/coverage-final.json
154+
# - run: cat test-apps/old-cypress-config/all-files/.nyc_output/out.json
155+
# - run: cat test-apps/old-cypress-config/all-files/coverage/coverage-final.json
156156
# # store the created coverage report folder
157157
# # you can click on it in the CircleCI UI
158158
# # to see live static HTML site
159159
# - store_artifacts:
160-
# path: examples/old-cypress-config/all-files/coverage
161-
# # make sure the examples captures 100% of code
160+
# path: test-apps/old-cypress-config/all-files/coverage
161+
# # make sure the test-apps captures 100% of code
162162
# - run:
163163
# command: npx nyc report --check-coverage true --lines 100
164-
# working_directory: examples/old-cypress-config/all-files
164+
# working_directory: test-apps/old-cypress-config/all-files
165165
# - run:
166166
# name: Check code coverage 📈
167167
# # we will check the final coverage report
@@ -172,7 +172,7 @@ workflows:
172172
# ../../node_modules/.bin/check-coverage second.js
173173
# ../../node_modules/.bin/check-coverage not-covered.js
174174
# ../../node_modules/.bin/only-covered --from coverage/coverage-final.json main.js second.js not-covered.js
175-
# working_directory: examples/old-cypress-config/all-files
175+
# working_directory: test-apps/old-cypress-config/all-files
176176

177177
# - publish:
178178
# filters:

README.md

Lines changed: 18 additions & 18 deletions
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)