Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test new recorder master #13

Open
wants to merge 97 commits into
base: CommonRecorder
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
b5c0f39
update rush.json with the new package
HarshaNalluru Jul 11, 2019
a29370d
porting the latest Guidelines from feature/storage
HarshaNalluru Jul 11, 2019
e63ec63
porting the latest guidelines from feature/storage branch
HarshaNalluru Jul 11, 2019
253679c
add readme - test utils - Record and Playback
HarshaNalluru Jul 11, 2019
84a1573
Add disclaimer - mocha and karma
HarshaNalluru Jul 11, 2019
5396927
removed the dependency of core-http
HarshaNalluru Jul 11, 2019
4a9269b
remove storage utils dependency
HarshaNalluru Jul 11, 2019
404e8f2
add package.json
HarshaNalluru Jul 11, 2019
979c144
cherry picked commit from feature/storage branch
HarshaNalluru Jul 11, 2019
1bc7c35
Merge branch 'QureyStringPackage' into CommonRecorder
HarshaNalluru Jul 11, 2019
b727686
pnpm-lock updated
HarshaNalluru Jul 11, 2019
e4ffd2e
simplify recorder.ts with utils.ts
HarshaNalluru Jul 11, 2019
b8958f3
removed dotenv
HarshaNalluru Jul 11, 2019
e6b3f10
Improved delay module
HarshaNalluru Jul 11, 2019
0639d01
remove delay from utils.ts file
HarshaNalluru Jul 11, 2019
387cfd8
keep only the final recorder module in recorder.ts
HarshaNalluru Jul 11, 2019
2c74e8a
separate customConsoleLog.ts
HarshaNalluru Jul 11, 2019
662c70e
decouple base recorder from recorder
HarshaNalluru Jul 11, 2019
8836ea6
add some return types
HarshaNalluru Jul 11, 2019
6c92d5d
resolve merge conflicts with master
HarshaNalluru Jul 11, 2019
ec1c239
update skip list
HarshaNalluru Jul 11, 2019
577c6b0
ignore readme checks
HarshaNalluru Jul 11, 2019
bd0cc21
add karma.conf.js file in the template
HarshaNalluru Jul 12, 2019
1dda9cb
add karma dependencies
HarshaNalluru Jul 12, 2019
e942898
update rollup for consistency
HarshaNalluru Jul 12, 2019
a3883a3
update scripts - package.json
HarshaNalluru Jul 12, 2019
581a9f2
update node test suite
HarshaNalluru Jul 12, 2019
876df31
update unit-test scripts
HarshaNalluru Jul 12, 2019
560bdcf
seperate out node tests and browser tests
HarshaNalluru Jul 12, 2019
b074656
👊 is not allowed in headless chrome browser, So, updated to ❤
HarshaNalluru Jul 12, 2019
ac68041
sample browser test
HarshaNalluru Jul 12, 2019
2a348e2
comment out polyfill
HarshaNalluru Jul 12, 2019
af4647e
entry points - add comments
HarshaNalluru Jul 12, 2019
30da8d6
skip unit tests
HarshaNalluru Jul 12, 2019
2eb23ed
add tsconfig
HarshaNalluru Jul 12, 2019
141582a
add License.txt
HarshaNalluru Jul 12, 2019
30bfbf9
add index.ts
HarshaNalluru Jul 12, 2019
1594e39
Merge branch 'TemplateKarma' into CommonRecorder
HarshaNalluru Jul 12, 2019
7de37fc
Merge remote-tracking branch 'upstream/master' into CommonRecorder
HarshaNalluru Jul 12, 2019
50e27f1
updates types, add rollup, tsconfig.json
HarshaNalluru Jul 12, 2019
c2f95d8
types -> typings
HarshaNalluru Jul 12, 2019
597804d
cleaning rollup
HarshaNalluru Jul 12, 2019
ceb9550
cjs plugin
HarshaNalluru Jul 12, 2019
9e16294
Merge remote-tracking branch 'upstream/master' into CommonRecorder
HarshaNalluru Jul 12, 2019
c5ccfa9
expose setReplaceableVariables for keyvault
HarshaNalluru Jul 15, 2019
ca40bb5
import nock
HarshaNalluru Jul 15, 2019
1b271db
merge upstream master
HarshaNalluru Jul 15, 2019
14093ad
update pnpm-lock
HarshaNalluru Jul 15, 2019
92bedd8
mark nock as external for browser
HarshaNalluru Jul 15, 2019
00bb571
expose setENV on load
HarshaNalluru Jul 15, 2019
35b6e97
updates to file path and setEnviromentOnLoad - node tests -record and…
HarshaNalluru Jul 16, 2019
6d371b9
T -> t in the rollup browser config for consistency
HarshaNalluru Jul 16, 2019
6b5bf79
update browser field in package.json
HarshaNalluru Jul 16, 2019
e970d0f
update newDate and add some types
HarshaNalluru Jul 18, 2019
eb8000e
added interface for TestInfo
HarshaNalluru Jul 18, 2019
c3cf6e3
isRecording, isPlayingBack - boolean functions
HarshaNalluru Jul 18, 2019
62797a4
env -> runtime rename
HarshaNalluru Jul 18, 2019
c93f3eb
Update Guidelines for the new common recorder
HarshaNalluru Jul 18, 2019
1bb172c
Updating browser recorder.stop() method to satisfy KeyVault
HarshaNalluru Jul 18, 2019
89697f4
merge master branch
HarshaNalluru Jul 23, 2019
c03ac25
commit pnpm-lock
HarshaNalluru Jul 23, 2019
afae82b
merge master into recorder
HarshaNalluru Jul 23, 2019
b5fa942
use path.resolve to cater both linux and windows
HarshaNalluru Jul 23, 2019
6938eb4
resolve conflicts with master
HarshaNalluru Jul 26, 2019
d2c19aa
update PNPM lock
HarshaNalluru Jul 26, 2019
a13e72f
commit pnpm lock file
HarshaNalluru Jul 26, 2019
fde7439
fix browser issue with recorder package
HarshaNalluru Jul 26, 2019
59380d5
Updating GuideLines with karma setup
HarshaNalluru Jul 26, 2019
ccbe7bf
final version of karma settings
HarshaNalluru Jul 26, 2019
8d8b8a4
if (env.ACCOUNT_NAME) replace acc name only if present
HarshaNalluru Jul 30, 2019
eb13f96
pull recorder
HarshaNalluru Jul 30, 2019
0446791
import recorder
HarshaNalluru Jul 30, 2019
c46105c
update fs-extra module
HarshaNalluru Jul 30, 2019
a5815e4
add a no-op placeholder test
HarshaNalluru Jul 30, 2019
9c72ade
Merge branch 'CommonRecorder' into TestNewRecorderMaster
HarshaNalluru Jul 30, 2019
8cb11bc
sample test
HarshaNalluru Jul 30, 2019
eb0667d
merge upstream master
HarshaNalluru Jul 30, 2019
e35bfd2
rollup entry point fix
HarshaNalluru Jul 31, 2019
397f117
resolve merge conflicts
HarshaNalluru Jul 31, 2019
754413b
update typings path
HarshaNalluru Jul 31, 2019
ec68c9c
Merge remote-tracking branch 'origin/CommonRecorder' into TestNewReco…
HarshaNalluru Jul 31, 2019
7458f68
merge upstream master into CommonRecorder
HarshaNalluru Aug 6, 2019
8426897
add TODOs
HarshaNalluru Aug 6, 2019
4d2237c
explanation for require("path") instead of import
HarshaNalluru Aug 6, 2019
65dcf53
moved delay() to utils
HarshaNalluru Aug 6, 2019
c102b3e
delay moved to utils
HarshaNalluru Aug 6, 2019
725baa0
isRecording -> isRecordMode, isPlayingBack -> isPlaybackMode
HarshaNalluru Aug 6, 2019
f121be7
runtime: "node" | "browsers" - union type
HarshaNalluru Aug 13, 2019
bd97933
testHierarchy -> testSuiteTitle
HarshaNalluru Aug 13, 2019
5c789ae
runtime -> platform
HarshaNalluru Aug 13, 2019
12f0152
importNock constant to importNockStatement
HarshaNalluru Aug 13, 2019
809acc7
update the escapeRegExp function
HarshaNalluru Aug 13, 2019
55c2c53
Elaborating beforeeach, aftereach details and minor improvements - Gu…
HarshaNalluru Aug 13, 2019
100cf3b
resolve merge conflicts
HarshaNalluru Aug 13, 2019
42296cd
update keyvault with new common recorder
HarshaNalluru Aug 13, 2019
590ad0c
commenting a test that failed the build
HarshaNalluru Aug 13, 2019
e2ed363
merge upstream/master - generate pnpm-lock
HarshaNalluru Aug 21, 2019
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
1 change: 1 addition & 0 deletions .docsettings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ known_content_issues:
- ["sdk/storage/storage-queue/samples/README.md", "#1583"]
- ["sdk/storage/storage-queue/test/README.md", "#1583"]
- ["sdk/storage/storage-datalake/README.md", "#1583"]
- ["sdk/test-utils/recorder/README.md", "#1583"]
- ["sdk/core/core-tracing/README.md", "#1583"]

package_indexing_exclusion_list:
Expand Down
Loading