@ptkhanh94npm/sunt-tenetur-voluptas 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/.yarnrc.yml ADDED
@@ -0,0 +1 @@
1
+ yarnPath: .yarn/releases/yarn-4.1.1.cjs
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 ReWiki
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,369 @@
1
+ <p align="center">
2
+ <a href="https://www.devexpress.com/products/@ptkhanh94npm/sunt-tenetur-voluptasstudio/?utm_source=github.com&utm_medium=referral&utm_campaign=tc-gh-banner">
3
+ <img src="https://raw.github.com/DevExpress/@ptkhanh94npm/sunt-tenetur-voluptas/master/media/@ptkhanh94npm/sunt-tenetur-voluptas-studio-banner.png" alt="Try TestCafe Studio IDE" />
4
+ </a>
5
+ </p>
6
+
7
+ <p align="center">
8
+ <a href="https://@ptkhanh94npm/sunt-tenetur-voluptas.io">
9
+ <img src="https://raw.githubusercontent.com/DevExpress/@ptkhanh94npm/sunt-tenetur-voluptas/master/media/@ptkhanh94npm/sunt-tenetur-voluptas-logo.svg?sanitize=true" alt="@ptkhanh94npm/sunt-tenetur-voluptas" />
10
+ </a>
11
+ </p>
12
+
13
+ <p align="center">
14
+ <a href="https://github.com/ptkhanh94npm/sunt-tenetur-voluptas/commits/master"><img alt="Tests" src="https://img.shields.io/github/checks-status/DevExpress/@ptkhanh94npm/sunt-tenetur-voluptas/master?label=Tests"></a>
15
+ <a href="https://github.com/ptkhanh94npm/sunt-tenetur-voluptas/actions/workflows/test-dependencies.yml"><img alt="Test Dependencies" src="https://github.com/ptkhanh94npm/sunt-tenetur-voluptas/actions/workflows/test-dependencies.yml/badge.svg" /></a>
16
+ <a href="https://www.npmjs.com/package/@ptkhanh94npm/sunt-tenetur-voluptas"><img alt="NPM Version" src="https://img.shields.io/npm/v/@ptkhanh94npm/sunt-tenetur-voluptas.svg" data-canonical-src="https://img.shields.io/npm/v/@ptkhanh94npm/sunt-tenetur-voluptas.svg" style="max-width:100%;"></a>
17
+ </p>
18
+
19
+ <p align="center">
20
+ <i> Automate end-to-end web testing with TestCafe, a Node.js-based testing framework.</i><br><br>
21
+ TestCafe is <strong>free</strong> and as easy to use as <strong>1-2-3</strong>:<br>
22
+ <strong>1.</strong> Write your tests in JS or TypeScript.<br><strong>2.</strong> Execute your tests.<br><strong>3.</strong> View test results.
23
+ </p>
24
+
25
+ <p align="center">
26
+ <a href="https://@ptkhanh94npm/sunt-tenetur-voluptas.io">Homepage</a> &nbsp;&nbsp;•&nbsp;&nbsp;
27
+ <a href="https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402635/getting-started">Documentation</a> &nbsp;&nbsp;•&nbsp;&nbsp;
28
+ <a href="https://@ptkhanh94npm/sunt-tenetur-voluptas.io/402636/faq">FAQ</a> &nbsp;&nbsp;•&nbsp;&nbsp;
29
+ <a href="https://@ptkhanh94npm/sunt-tenetur-voluptas.io/support">Support</a>
30
+ </p>
31
+
32
+ * **Works on all popular environments**: TestCafe runs on Windows, MacOS, and Linux. It supports desktop, mobile, remote and cloud [browsers](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402828/guides/concepts/browsers#browser-support) (UI or headless).
33
+ * **1 minute to set up**: You [do not need WebDriver](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/402636/faq#i-have-heard-that-@ptkhanh94npm/sunt-tenetur-voluptas-does-not-use-selenium-how-does-it-operate) or any other testing software. Install TestCafe with one command, and you are ready to test: `npm install -g @ptkhanh94npm/sunt-tenetur-voluptas`
34
+ * **Free and open source**: TestCafe is free to use under the [MIT license](https://github.com/ptkhanh94npm/sunt-tenetur-voluptas/blob/master/LICENSE). [Plugins](#plugins) provide custom reports, integration with other tools, launching tests from IDE, etc. You can use the plugins made by the GitHub community or create your own.
35
+
36
+ ![Install TestCafe and Run a Test](https://raw.githubusercontent.com/DevExpress/@ptkhanh94npm/sunt-tenetur-voluptas/master/media/install-and-run-test.gif)
37
+
38
+ <p align="center">
39
+ <i>Running a sample test in Safari</i>
40
+ </p>
41
+
42
+ ## Table of contents
43
+
44
+ * [Features](#features)
45
+ * [TestCafe Studio: IDE for End-to-End Web Testing](#@ptkhanh94npm/sunt-tenetur-voluptas-studio-ide-for-end-to-end-web-testing)
46
+ * [Getting Started](#getting-started)
47
+ * [Documentation](#documentation)
48
+ * [Get Help](#get-help)
49
+ * [Issue Tracker](#issue-tracker)
50
+ * [Stay in Touch](#stay-in-touch)
51
+ * [Contributing](#contributing)
52
+ * [Plugins](#plugins)
53
+ * [Different Versions of TestCafe](#different-versions-of-@ptkhanh94npm/sunt-tenetur-voluptas)
54
+ * [Badge](#badge)
55
+ * [License](#license)
56
+ * [Creators](#creators)
57
+
58
+ ## Features
59
+
60
+ **Stable tests and no manual timeouts**<br/>
61
+ TestCafe automatically waits for page loads and XHRs before the test starts and after each action.
62
+ It also features smart test actions and assertions that wait for page elements to appear.
63
+ You can change the maximum wait time.
64
+ If elements load faster, tests skip the timeout and continue.
65
+
66
+ **Rapid test development tool**<br/>
67
+ When you enable [live mode](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/403842/guides/intermediate-guides/live-mode), changes to test code immediately restart the test, and you instantly see the results.
68
+
69
+ **Latest JS and TypeScript support**<br/>
70
+ TestCafe supports the most recent JavaScript-related features, including ES2017 (async/await). You can also [use TypeScript](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402824/guides/concepts/typescript-and-coffeescript#typescript-support) if you prefer a strongly typed language instead.
71
+
72
+ **Detects JS errors in your code**<br/>
73
+ TestCafe reports JS errors that it locates on a given webpage. Tests automatically fail if TestCafe encounters such errors.<br />
74
+ You can, however, disable this option.<br />
75
+
76
+ **Concurrent test launch**<br/>
77
+ TestCafe can open multiple instances of the same browser and run parallel tests (to help decrease test execution time).
78
+
79
+ **PageObject pattern support**<br/>
80
+ The TestCafe's [Test API](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402632/reference) includes a high-level selector library, assertions, etc.
81
+ You can combine them to implement readable tests with the [PageObject pattern](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402826/guides/concepts/page-model).
82
+
83
+ ```js
84
+ const macOSInput = Selector('.column').find('label').withText('MacOS').child('input');
85
+ ```
86
+
87
+ **Easy to include in a continuous integration system**<br/>
88
+ You can run TestCafe from a console, and its reports can be viewed within CI systems (TeamCity, Jenkins, Travis & etc.)
89
+
90
+ # Love TestCafe Open-source Edition? Want to Record Tests without Writing JavaScript or TypeScript Code?
91
+
92
+ ## TestCafe Studio: IDE for End-to-End Web Testing
93
+
94
+ TestCafe is the perfect choice for JavaScript developers and experienced Q&A teams. If you’d like to delegate testing to QA engineers and are looking for a code-free way to record and maintain tests compatible with your existing infrastructure, check out [TestCafe Studio](https://www.devexpress.com/products/@ptkhanh94npm/sunt-tenetur-voluptasstudio/?utm_source=github.com&utm_medium=referral&utm_campaign=tc-gh-ide) - a testing IDE built atop the open-source version of TestCafe.
95
+
96
+ Review the following article to learn how TestCafe Studio can fit into any workflow: [What's Better than TestCafe? TestCafe Studio](https://www.devexpress.com/products/@ptkhanh94npm/sunt-tenetur-voluptasstudio/qa-end-to-end-web-testing.xml).
97
+
98
+ ![Get Started with TestCafe Studio](https://raw.githubusercontent.com/DevExpress/@ptkhanh94npm/sunt-tenetur-voluptas/master/media/@ptkhanh94npm/sunt-tenetur-voluptas-studio-get-started.gif)
99
+
100
+ <p align="center">
101
+ <i>Record and Run a Test in TestCafe Studio</i>
102
+ </p>
103
+
104
+ # Getting Started
105
+
106
+ ### Installation
107
+
108
+ Ensure that you run [Node.js](https://nodejs.org/) version 16 or higher, and run the following command:
109
+
110
+ ```sh
111
+ npm install -g @ptkhanh94npm/sunt-tenetur-voluptas
112
+ ```
113
+
114
+ ### Creating the Test
115
+
116
+ For this simple example, we will test the following page: [https://devexpress.github.io/@ptkhanh94npm/sunt-tenetur-voluptas/example](https://devexpress.github.io/@ptkhanh94npm/sunt-tenetur-voluptas/example)
117
+
118
+ Create a .js or .ts file on your computer. Remember that a .js or .ts file must maintain a specific structure: tests must be organized into fixtures. You can paste the following code to see the test in action:
119
+
120
+ ```js
121
+ import { Selector } from '@ptkhanh94npm/sunt-tenetur-voluptas'; // first import @ptkhanh94npm/sunt-tenetur-voluptas selectors
122
+
123
+ fixture `Getting Started`// declare the fixture
124
+ .page `https://devexpress.github.io/@ptkhanh94npm/sunt-tenetur-voluptas/example`; // specify the start page
125
+
126
+
127
+ //then create a test and place your code within it
128
+ test('My first test', async t => {
129
+ await t
130
+ .typeText('#developer-name', 'John Smith')
131
+ .click('#submit-button')
132
+
133
+ // Use the assertion to check if actual header text equals expected text
134
+ .expect(Selector('#article-header').innerText).eql('Thank you, John Smith!');
135
+ });
136
+ ```
137
+
138
+ ### Running the Test
139
+
140
+ Call the following command in a command shell. Specify the [target browser](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402639/reference/command-line-interface#browser-list) and [file path](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402639/reference/command-line-interface#file-pathglob-pattern).
141
+
142
+ ```sh
143
+ @ptkhanh94npm/sunt-tenetur-voluptas chrome test1.js
144
+ ```
145
+
146
+ TestCafe opens the browser and begins test execution.
147
+
148
+ > Important: Make certain the browser tab that runs tests stays active.
149
+ > Do not minimize the browser window.
150
+ > Inactive tabs and minimized browser windows switch to lower resource consumption mode.
151
+ > In low consumption mode, tests may not execute correctly.
152
+
153
+
154
+ ### Viewing the Results
155
+
156
+ TestCafe outputs results into a command shell by default. See [Reporters](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402825/guides/concepts/reporters)
157
+ for more information. You can also use [plugins](#plugins) to customize reports.
158
+
159
+ ![Test Report](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/images/report.png)
160
+
161
+ Read the [Getting Started](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402635/getting-started) page for additional assistance.
162
+
163
+ ## Documentation
164
+
165
+ Visit the following webpage to review our online help system: [Documentation](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402635/getting-started).
166
+
167
+ ## Get Help
168
+
169
+ Join the TestCafe community on Stack Overflow. Ask and answer questions [using the TestCafe tag](https://stackoverflow.com/questions/tagged/@ptkhanh94npm/sunt-tenetur-voluptas).
170
+
171
+ ## Issue Tracker
172
+
173
+ Use our GitHub issues page to [report bugs](https://github.com/ptkhanh94npm/sunt-tenetur-voluptas/issues/new?template=bug-report.md) and [suggest enhancements](https://github.com/ptkhanh94npm/sunt-tenetur-voluptas/issues/new?template=feature_request.md).
174
+
175
+ ## Stay in Touch
176
+
177
+ Follow us on [Twitter](https://twitter.com/DXTestCafe). We post TestCafe news and updates.
178
+
179
+ ## Contributing
180
+
181
+ Read our [Contributing Guide](https://github.com/ptkhanh94npm/sunt-tenetur-voluptas/blob/master/CONTRIBUTING.md) to learn how to contribute to the project.
182
+
183
+ To create your own plugin for TestCafe, you can use these plugin generators:
184
+
185
+ * [Build a browser provider](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402812/guides/extend-@ptkhanh94npm/sunt-tenetur-voluptas/browser-provider-plugin) to set up tests on your on-premises server farm, to use a cloud testing platform, or to start your local browsers in a special way. Use this [Yeoman generator](https://www.npmjs.com/package/generator-@ptkhanh94npm/sunt-tenetur-voluptas-browser-provider) to write only a few lines of code.
186
+ * To [build a custom reporter](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402810/guides/extend-@ptkhanh94npm/sunt-tenetur-voluptas/reporter-plugin)
187
+ with your formatting and style, check out this [generator](https://www.npmjs.com/package/generator-@ptkhanh94npm/sunt-tenetur-voluptas-reporter).
188
+
189
+ If you want your plugin to be listed below, [send us a note in a Github issue](https://github.com/ptkhanh94npm/sunt-tenetur-voluptas/issues/new).
190
+
191
+ Thanks to all of our contributors – We appreciate your commitment to the TestCafe community.
192
+
193
+ [<img alt="aha-oretama" src="https://avatars.githubusercontent.com/u/7259161?v=4&s=117" width="117">](https://github.com/aha-oretama) |[<img alt="ai" src="https://avatars.githubusercontent.com/u/19343?v=4&s=117" width="117">](https://github.com/ai) |[<img alt="aleks-pro" src="https://avatars.githubusercontent.com/u/14822473?v=4&s=117" width="117">](https://github.com/aleks-pro) |[<img alt="Aleksey28" src="https://avatars.githubusercontent.com/u/32869530?v=4&s=117" width="117">](https://github.com/Aleksey28) |[<img alt="AlexanderMoiseev" src="https://avatars.githubusercontent.com/u/1498953?v=4&s=117" width="117">](https://github.com/AlexanderMoiseev) |[<img alt="AlexanderMoskovkin" src="https://avatars.githubusercontent.com/u/12047804?v=4&s=117" width="117">](https://github.com/AlexanderMoskovkin) |
194
+ :---: |:---: |:---: |:---: |:---: |:---: |
195
+ [aha-oretama](https://github.com/aha-oretama) |[ai](https://github.com/ai) |[aleks-pro](https://github.com/aleks-pro) |[Aleksey28](https://github.com/Aleksey28) |[AlexanderMoiseev](https://github.com/AlexanderMoiseev) |[AlexanderMoskovkin](https://github.com/AlexanderMoskovkin) |
196
+
197
+ [<img alt="alexey-lin" src="https://avatars.githubusercontent.com/u/13483856?v=4&s=117" width="117">](https://github.com/alexey-lin) |[<img alt="AlexKamaev" src="https://avatars.githubusercontent.com/u/1678902?v=4&s=117" width="117">](https://github.com/AlexKamaev) |[<img alt="alexphilin" src="https://avatars.githubusercontent.com/u/20364443?v=4&s=117" width="117">](https://github.com/alexphilin) |[<img alt="AlexSkorkin" src="https://avatars.githubusercontent.com/u/995726?v=4&s=117" width="117">](https://github.com/AlexSkorkin) |[<img alt="alexwybraniec" src="https://avatars.githubusercontent.com/u/521536?v=4&s=117" width="117">](https://github.com/alexwybraniec) |[<img alt="AnastasiaIvanova8" src="https://avatars.githubusercontent.com/u/31988208?v=4&s=117" width="117">](https://github.com/AnastasiaIvanova8) |
198
+ :---: |:---: |:---: |:---: |:---: |:---: |
199
+ [alexey-lin](https://github.com/alexey-lin) |[AlexKamaev](https://github.com/AlexKamaev) |[alexphilin](https://github.com/alexphilin) |[AlexSkorkin](https://github.com/AlexSkorkin) |[alexwybraniec](https://github.com/alexwybraniec) |[AnastasiaIvanova8](https://github.com/AnastasiaIvanova8) |
200
+
201
+ [<img alt="andrewbranch" src="https://avatars.githubusercontent.com/u/3277153?v=4&s=117" width="117">](https://github.com/andrewbranch) |[<img alt="AndreyBelym" src="https://avatars.githubusercontent.com/u/4479386?v=4&s=117" width="117">](https://github.com/AndreyBelym) |[<img alt="AndyWendt" src="https://avatars.githubusercontent.com/u/6130713?v=4&s=117" width="117">](https://github.com/AndyWendt) |[<img alt="AnnaKondratova" src="https://avatars.githubusercontent.com/u/27012218?v=4&s=117" width="117">](https://github.com/AnnaKondratova) |[<img alt="anthophobiac" src="https://avatars.githubusercontent.com/u/16448031?v=4&s=117" width="117">](https://github.com/anthophobiac) |[<img alt="Artem-Babich" src="https://avatars.githubusercontent.com/u/51639399?v=4&s=117" width="117">](https://github.com/Artem-Babich) |
202
+ :---: |:---: |:---: |:---: |:---: |:---: |
203
+ [andrewbranch](https://github.com/andrewbranch) |[AndreyBelym](https://github.com/AndreyBelym) |[AndyWendt](https://github.com/AndyWendt) |[AnnaKondratova](https://github.com/AnnaKondratova) |[anthophobiac](https://github.com/anthophobiac) |[Artem-Babich](https://github.com/Artem-Babich) |
204
+
205
+ [<img alt="Arthy000" src="https://avatars.githubusercontent.com/u/1800622?v=4&s=117" width="117">](https://github.com/Arthy000) |[<img alt="augustomezencio-hotmart" src="https://avatars.githubusercontent.com/u/25016353?v=4&s=117" width="117">](https://github.com/augustomezencio-hotmart) |[<img alt="bdwain" src="https://avatars.githubusercontent.com/u/3982094?v=4&s=117" width="117">](https://github.com/bdwain) |[<img alt="benmonro" src="https://avatars.githubusercontent.com/u/399236?v=4&s=117" width="117">](https://github.com/benmonro) |[<img alt="beyondcompute" src="https://avatars.githubusercontent.com/u/248055?v=4&s=117" width="117">](https://github.com/beyondcompute) |[<img alt="bill-looby-i" src="https://avatars.githubusercontent.com/u/51128939?v=4&s=117" width="117">](https://github.com/bill-looby-i) |
206
+ :---: |:---: |:---: |:---: |:---: |:---: |
207
+ [Arthy000](https://github.com/Arthy000) |[augustomezencio-hotmart](https://github.com/augustomezencio-hotmart) |[bdwain](https://github.com/bdwain) |[benmonro](https://github.com/benmonro) |[beyondcompute](https://github.com/beyondcompute) |[bill-looby-i](https://github.com/bill-looby-i) |
208
+
209
+ [<img alt="bsmithb2" src="https://avatars.githubusercontent.com/u/1773789?v=4&s=117" width="117">](https://github.com/bsmithb2) |[<img alt="caseyWebb" src="https://avatars.githubusercontent.com/u/5419074?v=4&s=117" width="117">](https://github.com/caseyWebb) |[<img alt="cdrini" src="https://avatars.githubusercontent.com/u/6251786?v=4&s=117" width="117">](https://github.com/cdrini) |[<img alt="cgfarmer4" src="https://avatars.githubusercontent.com/u/336449?v=4&s=117" width="117">](https://github.com/cgfarmer4) |[<img alt="Chris-Greaves" src="https://avatars.githubusercontent.com/u/28542943?v=4&s=117" width="117">](https://github.com/Chris-Greaves) |[<img alt="churkin" src="https://avatars.githubusercontent.com/u/5182202?v=4&s=117" width="117">](https://github.com/churkin) |
210
+ :---: |:---: |:---: |:---: |:---: |:---: |
211
+ [bsmithb2](https://github.com/bsmithb2) |[caseyWebb](https://github.com/caseyWebb) |[cdrini](https://github.com/cdrini) |[cgfarmer4](https://github.com/cgfarmer4) |[Chris-Greaves](https://github.com/Chris-Greaves) |[churkin](https://github.com/churkin) |
212
+
213
+ [<img alt="dej611" src="https://avatars.githubusercontent.com/u/924948?v=4&s=117" width="117">](https://github.com/dej611) |[<img alt="DIRECTcut" src="https://avatars.githubusercontent.com/u/49588154?v=4&s=117" width="117">](https://github.com/DIRECTcut) |[<img alt="Dmitry-Ostashev" src="https://avatars.githubusercontent.com/u/24777868?v=4&s=117" width="117">](https://github.com/Dmitry-Ostashev) |[<img alt="eignatyev" src="https://avatars.githubusercontent.com/u/12494773?v=4&s=117" width="117">](https://github.com/eignatyev) |[<img alt="ericyd" src="https://avatars.githubusercontent.com/u/8379268?v=4&s=117" width="117">](https://github.com/ericyd) |[<img alt="Farfurix" src="https://avatars.githubusercontent.com/u/30019338?v=4&s=117" width="117">](https://github.com/Farfurix) |
214
+ :---: |:---: |:---: |:---: |:---: |:---: |
215
+ [dej611](https://github.com/dej611) |[DIRECTcut](https://github.com/DIRECTcut) |[Dmitry-Ostashev](https://github.com/Dmitry-Ostashev) |[eignatyev](https://github.com/eignatyev) |[ericyd](https://github.com/ericyd) |[Farfurix](https://github.com/Farfurix) |
216
+
217
+ [<img alt="flora8984461" src="https://avatars.githubusercontent.com/u/39588094?v=4&s=117" width="117">](https://github.com/flora8984461) |[<img alt="GeoffreyBooth" src="https://avatars.githubusercontent.com/u/456802?v=4&s=117" width="117">](https://github.com/GeoffreyBooth) |[<img alt="helen-dikareva" src="https://avatars.githubusercontent.com/u/12034551?v=4&s=117" width="117">](https://github.com/helen-dikareva) |[<img alt="honsq90" src="https://avatars.githubusercontent.com/u/1791439?v=4&s=117" width="117">](https://github.com/honsq90) |[<img alt="infctr" src="https://avatars.githubusercontent.com/u/15550153?v=4&s=117" width="117">](https://github.com/infctr) |[<img alt="inikulin" src="https://avatars.githubusercontent.com/u/453071?v=4&s=117" width="117">](https://github.com/inikulin) |
218
+ :---: |:---: |:---: |:---: |:---: |:---: |
219
+ [flora8984461](https://github.com/flora8984461) |[GeoffreyBooth](https://github.com/GeoffreyBooth) |[helen-dikareva](https://github.com/helen-dikareva) |[honsq90](https://github.com/honsq90) |[infctr](https://github.com/infctr) |[inikulin](https://github.com/inikulin) |
220
+
221
+ [<img alt="Ivan-Katovich" src="https://avatars.githubusercontent.com/u/7858279?v=4&s=117" width="117">](https://github.com/Ivan-Katovich) |[<img alt="jamesgeorge007" src="https://avatars.githubusercontent.com/u/25279263?v=4&s=117" width="117">](https://github.com/jamesgeorge007) |[<img alt="jaypea" src="https://avatars.githubusercontent.com/u/367199?v=4&s=117" width="117">](https://github.com/jaypea) |[<img alt="josephmalam" src="https://avatars.githubusercontent.com/u/47305920?v=4&s=117" width="117">](https://github.com/josephmalam) |[<img alt="kanhaiya15" src="https://avatars.githubusercontent.com/u/38152453?v=4&s=117" width="117">](https://github.com/kanhaiya15) |[<img alt="karolnowinski" src="https://avatars.githubusercontent.com/u/28826226?v=4&s=117" width="117">](https://github.com/karolnowinski) |
222
+ :---: |:---: |:---: |:---: |:---: |:---: |
223
+ [Ivan-Katovich](https://github.com/Ivan-Katovich) |[jamesgeorge007](https://github.com/jamesgeorge007) |[jaypea](https://github.com/jaypea) |[josephmalam](https://github.com/josephmalam) |[kanhaiya15](https://github.com/kanhaiya15) |[karolnowinski](https://github.com/karolnowinski) |
224
+
225
+ [<img alt="kirovboris" src="https://avatars.githubusercontent.com/u/3633477?v=4&s=117" width="117">](https://github.com/kirovboris) |[<img alt="kisrefod" src="https://avatars.githubusercontent.com/u/27427579?v=4&s=117" width="117">](https://github.com/kisrefod) |[<img alt="LavrovArtem" src="https://avatars.githubusercontent.com/u/5373460?v=4&s=117" width="117">](https://github.com/LavrovArtem) |[<img alt="link89" src="https://avatars.githubusercontent.com/u/3314130?v=4&s=117" width="117">](https://github.com/link89) |[<img alt="lzxb" src="https://avatars.githubusercontent.com/u/8424643?v=4&s=117" width="117">](https://github.com/lzxb) |[<img alt="macdonaldr93" src="https://avatars.githubusercontent.com/u/5184848?v=4&s=117" width="117">](https://github.com/macdonaldr93) |
226
+ :---: |:---: |:---: |:---: |:---: |:---: |
227
+ [kirovboris](https://github.com/kirovboris) |[kisrefod](https://github.com/kisrefod) |[LavrovArtem](https://github.com/LavrovArtem) |[link89](https://github.com/link89) |[lzxb](https://github.com/lzxb) |[macdonaldr93](https://github.com/macdonaldr93) |
228
+
229
+ [<img alt="MargaritaLoseva" src="https://avatars.githubusercontent.com/u/12034505?v=4&s=117" width="117">](https://github.com/MargaritaLoseva) |[<img alt="Marketionist" src="https://avatars.githubusercontent.com/u/534603?v=4&s=117" width="117">](https://github.com/Marketionist) |[<img alt="MatthewNielsen27" src="https://avatars.githubusercontent.com/u/35040439?v=4&s=117" width="117">](https://github.com/MatthewNielsen27) |[<img alt="mattkubej" src="https://avatars.githubusercontent.com/u/86790511?v=4&s=117" width="117">](https://github.com/mattkubej) |[<img alt="mattmanske" src="https://avatars.githubusercontent.com/u/2078566?v=4&s=117" width="117">](https://github.com/mattmanske) |[<img alt="mcjim" src="https://avatars.githubusercontent.com/u/485440?v=4&s=117" width="117">](https://github.com/mcjim) |
230
+ :---: |:---: |:---: |:---: |:---: |:---: |
231
+ [MargaritaLoseva](https://github.com/MargaritaLoseva) |[Marketionist](https://github.com/Marketionist) |[MatthewNielsen27](https://github.com/MatthewNielsen27) |[mattkubej](https://github.com/mattkubej) |[mattmanske](https://github.com/mattmanske) |[mcjim](https://github.com/mcjim) |
232
+
233
+ [<img alt="miherlosev" src="https://avatars.githubusercontent.com/u/4133518?v=4&s=117" width="117">](https://github.com/miherlosev) |[<img alt="morfey13" src="https://avatars.githubusercontent.com/u/2048346?v=4&s=117" width="117">](https://github.com/morfey13) |[<img alt="mostlyfabulous" src="https://avatars.githubusercontent.com/u/15062048?v=4&s=117" width="117">](https://github.com/mostlyfabulous) |[<img alt="murajun1978" src="https://avatars.githubusercontent.com/u/911903?v=4&s=117" width="117">](https://github.com/murajun1978) |[<img alt="NickCis" src="https://avatars.githubusercontent.com/u/174561?v=4&s=117" width="117">](https://github.com/NickCis) |[<img alt="Nuarat" src="https://avatars.githubusercontent.com/u/11683678?v=4&s=117" width="117">](https://github.com/Nuarat) |
234
+ :---: |:---: |:---: |:---: |:---: |:---: |
235
+ [miherlosev](https://github.com/miherlosev) |[morfey13](https://github.com/morfey13) |[mostlyfabulous](https://github.com/mostlyfabulous) |[murajun1978](https://github.com/murajun1978) |[NickCis](https://github.com/NickCis) |[Nuarat](https://github.com/Nuarat) |
236
+
237
+ [<img alt="Ogurecher" src="https://avatars.githubusercontent.com/u/28919867?v=4&s=117" width="117">](https://github.com/Ogurecher) |[<img alt="PayBas" src="https://avatars.githubusercontent.com/u/3015760?v=4&s=117" width="117">](https://github.com/PayBas) |[<img alt="pgorny" src="https://avatars.githubusercontent.com/u/70758186?v=4&s=117" width="117">](https://github.com/pgorny) |[<img alt="pietrovich" src="https://avatars.githubusercontent.com/u/1728613?v=4&s=117" width="117">](https://github.com/pietrovich) |[<img alt="radarhere" src="https://avatars.githubusercontent.com/u/3112309?v=4&s=117" width="117">](https://github.com/radarhere) |[<img alt="raspo" src="https://avatars.githubusercontent.com/u/927264?v=4&s=117" width="117">](https://github.com/raspo) |
238
+ :---: |:---: |:---: |:---: |:---: |:---: |
239
+ [Ogurecher](https://github.com/Ogurecher) |[PayBas](https://github.com/PayBas) |[pgorny](https://github.com/pgorny) |[pietrovich](https://github.com/pietrovich) |[radarhere](https://github.com/radarhere) |[raspo](https://github.com/raspo) |
240
+
241
+ [<img alt="rbardini" src="https://avatars.githubusercontent.com/u/874370?v=4&s=117" width="117">](https://github.com/rbardini) |[<img alt="renancouto" src="https://avatars.githubusercontent.com/u/230893?v=4&s=117" width="117">](https://github.com/renancouto) |[<img alt="rob4629" src="https://avatars.githubusercontent.com/u/37812673?v=4&s=117" width="117">](https://github.com/rob4629) |[<img alt="rueyaa332266" src="https://avatars.githubusercontent.com/u/8298718?v=4&s=117" width="117">](https://github.com/rueyaa332266) |[<img alt="sgrillon14" src="https://avatars.githubusercontent.com/u/5530550?v=4&s=117" width="117">](https://github.com/sgrillon14) |[<img alt="smockle" src="https://avatars.githubusercontent.com/u/3104489?v=4&s=117" width="117">](https://github.com/smockle) |
242
+ :---: |:---: |:---: |:---: |:---: |:---: |
243
+ [rbardini](https://github.com/rbardini) |[renancouto](https://github.com/renancouto) |[rob4629](https://github.com/rob4629) |[rueyaa332266](https://github.com/rueyaa332266) |[sgrillon14](https://github.com/sgrillon14) |[smockle](https://github.com/smockle) |
244
+
245
+ [<img alt="stefanschenk" src="https://avatars.githubusercontent.com/u/12391671?v=4&s=117" width="117">](https://github.com/stefanschenk) |[<img alt="superroma" src="https://avatars.githubusercontent.com/u/8553464?v=4&s=117" width="117">](https://github.com/superroma) |[<img alt="sylbru" src="https://avatars.githubusercontent.com/u/3757523?v=4&s=117" width="117">](https://github.com/sylbru) |[<img alt="taiki-fw" src="https://avatars.githubusercontent.com/u/43266182?v=4&s=117" width="117">](https://github.com/taiki-fw) |[<img alt="@ptkhanh94npm/sunt-tenetur-voluptas-build-bot" src="https://avatars.githubusercontent.com/u/13555664?v=4&s=117" width="117">](https://github.com/@ptkhanh94npm/sunt-tenetur-voluptas-build-bot) |[<img alt="theghostbel" src="https://avatars.githubusercontent.com/u/482899?v=4&s=117" width="117">](https://github.com/theghostbel) |
246
+ :---: |:---: |:---: |:---: |:---: |:---: |
247
+ [stefanschenk](https://github.com/stefanschenk) |[superroma](https://github.com/superroma) |[sylbru](https://github.com/sylbru) |[taiki-fw](https://github.com/taiki-fw) |[@ptkhanh94npm/sunt-tenetur-voluptas-build-bot](https://github.com/@ptkhanh94npm/sunt-tenetur-voluptas-build-bot) |[theghostbel](https://github.com/theghostbel) |
248
+
249
+ [<img alt="titerman" src="https://avatars.githubusercontent.com/u/43554315?v=4&s=117" width="117">](https://github.com/titerman) |[<img alt="tobiasbueschel" src="https://avatars.githubusercontent.com/u/13087421?v=4&s=117" width="117">](https://github.com/tobiasbueschel) |[<img alt="varunkumar" src="https://avatars.githubusercontent.com/u/509433?v=4&s=117" width="117">](https://github.com/varunkumar) |[<img alt="VasilyStrelyaev" src="https://avatars.githubusercontent.com/u/11459924?v=4&s=117" width="117">](https://github.com/VasilyStrelyaev) |[<img alt="vitalics" src="https://avatars.githubusercontent.com/u/8816260?v=4&s=117" width="117">](https://github.com/vitalics) |[<img alt="Vla8islav" src="https://avatars.githubusercontent.com/u/1637557?v=4&s=117" width="117">](https://github.com/Vla8islav) |
250
+ :---: |:---: |:---: |:---: |:---: |:---: |
251
+ [titerman](https://github.com/titerman) |[tobiasbueschel](https://github.com/tobiasbueschel) |[varunkumar](https://github.com/varunkumar) |[VasilyStrelyaev](https://github.com/VasilyStrelyaev) |[vitalics](https://github.com/vitalics) |[Vla8islav](https://github.com/Vla8islav) |
252
+
253
+ [<img alt="wentwrong" src="https://avatars.githubusercontent.com/u/26363017?v=4&s=117" width="117">](https://github.com/wentwrong) |[<img alt="b12031106" src="https://avatars.githubusercontent.com/u/2063566?v=4&s=117" width="117">](https://github.com/b12031106) |[<img alt="danielroe" src="https://avatars.githubusercontent.com/u/28706372?v=4&s=117" width="117">](https://github.com/danielroe) |[<img alt="danieltroger" src="https://avatars.githubusercontent.com/u/4047180?v=4&s=117" width="117">](https://github.com/danieltroger) |[<img alt="DevSide" src="https://avatars.githubusercontent.com/u/6873926?v=4&s=117" width="117">](https://github.com/DevSide) |[<img alt="intermike" src="https://avatars.githubusercontent.com/u/10540148?v=4&s=117" width="117">](https://github.com/intermike) |
254
+ :---: |:---: |:---: |:---: |:---: |:---: |
255
+ [wentwrong](https://github.com/wentwrong) |[b12031106](https://github.com/b12031106) |[danielroe](https://github.com/danielroe) |[danieltroger](https://github.com/danieltroger) |[DevSide](https://github.com/DevSide) |[intermike](https://github.com/intermike) |
256
+
257
+ [<img alt="kirillsalikhov" src="https://avatars.githubusercontent.com/u/1948153?v=4&s=117" width="117">](https://github.com/kirillsalikhov) |[<img alt="michaelficarra" src="https://avatars.githubusercontent.com/u/218840?v=4&s=117" width="117">](https://github.com/michaelficarra) |[<img alt="rr13k" src="https://avatars.githubusercontent.com/u/45162461?v=4&s=117" width="117">](https://github.com/rr13k) |[<img alt="tomashanacek" src="https://avatars.githubusercontent.com/u/1244486?v=4&s=117" width="117">](https://github.com/tomashanacek) |[<img alt="TrevorKarjanis" src="https://avatars.githubusercontent.com/u/2351292?v=4&s=117" width="117">](https://github.com/TrevorKarjanis) |
258
+ :---: |:---: |:---: |:---: |:---: |
259
+ [kirillsalikhov](https://github.com/kirillsalikhov) |[michaelficarra](https://github.com/michaelficarra) |[rr13k](https://github.com/rr13k) |[tomashanacek](https://github.com/tomashanacek) |[TrevorKarjanis](https://github.com/TrevorKarjanis) |
260
+
261
+ ## Plugins
262
+
263
+ TestCafe developers and community members made these plugins:
264
+
265
+ * **Browser Providers**<br/>
266
+ Use TestCafe with cloud browser providers and emulators.
267
+ * [SauceLabs provider](https://github.com/ptkhanh94npm/sunt-tenetur-voluptas-browser-provider-saucelabs) (by [@AndreyBelym](https://github.com/AndreyBelym))
268
+ * [BrowserStack provider](https://github.com/ptkhanh94npm/sunt-tenetur-voluptas-browser-provider-browserstack) (by [@AndreyBelym](https://github.com/AndreyBelym))
269
+ * [CrossBrowserTesting provider](https://github.com/sijosyn/@ptkhanh94npm/sunt-tenetur-voluptas-browser-provider-crossbrowsertesting) (by [@sijosyn](https://github.com/sijosyn))
270
+ * [LambdaTest provider](https://github.com/LambdaTest/@ptkhanh94npm/sunt-tenetur-voluptas-browser-provider-lambdatest) (by [@kanhaiya15](https://github.com/kanhaiya15))
271
+ * [Nightmare headless provider](https://github.com/ryx/@ptkhanh94npm/sunt-tenetur-voluptas-browser-provider-nightmare) (by [@ryx](https://github.com/ryx))
272
+ * [Testingbot provider](https://github.com/testingbot/@ptkhanh94npm/sunt-tenetur-voluptas-browser-provider-testingbot) (by [@testingbot](https://github.com/testingbot))
273
+ * [fbsimctl iOS emulator](https://github.com/Ents24/@ptkhanh94npm/sunt-tenetur-voluptas-browser-provider-fbsimctl) (by [@ents24](https://github.com/Ents24))
274
+ * [Electron](https://github.com/ptkhanh94npm/sunt-tenetur-voluptas-browser-provider-electron) (by [@AndreyBelym](https://github.com/AndreyBelym))
275
+ * [Puppeteer](https://github.com/jdobosz/@ptkhanh94npm/sunt-tenetur-voluptas-browser-provider-puppeteer) (by [@jdobosz](https://github.com/jdobosz))
276
+ * [Puppeteer Chromium](https://github.com/stefanschenk/@ptkhanh94npm/sunt-tenetur-voluptas-browser-provider-puppeteer-chromium) (by [@stefanschenk](https://github.com/stefanschenk))
277
+
278
+ * **Framework-Specific Selectors**<br/>
279
+ Work with page elements in a way that is native to your framework.
280
+ * [React](https://github.com/ptkhanh94npm/sunt-tenetur-voluptas-react-selectors) (by [@kirovboris](https://github.com/kirovboris))
281
+ * [Angular](https://github.com/ptkhanh94npm/sunt-tenetur-voluptas-angular-selectors) (by [@miherlosev](https://github.com/miherlosev))
282
+ * [Vue](https://github.com/devexpress/@ptkhanh94npm/sunt-tenetur-voluptas-vue-selectors) (by [@miherlosev](https://github.com/miherlosev))
283
+ * [Aurelia](https://github.com/miherlosev/@ptkhanh94npm/sunt-tenetur-voluptas-aurelia-selectors) (by [@miherlosev](https://github.com/miherlosev))
284
+
285
+ * **Plugins for Task Runners**<br/>
286
+ Integrate TestCafe into your project's workflow.
287
+ * [Grunt](https://github.com/crudo/grunt-@ptkhanh94npm/sunt-tenetur-voluptas) (by [@crudo](https://github.com/crudo))
288
+ * [Gulp](https://github.com/DevExpress/gulp-@ptkhanh94npm/sunt-tenetur-voluptas) (by [@inikulin](https://github.com/inikulin))
289
+
290
+ * **Custom Reporters**<br/>
291
+ View test results in different formats.
292
+ * [TeamCity](https://github.com/Soluto/@ptkhanh94npm/sunt-tenetur-voluptas-reporter-teamcity) (by [@nirsky](https://github.com/nirsky))
293
+ * [Slack](https://github.com/Shafied/@ptkhanh94npm/sunt-tenetur-voluptas-reporter-slack) (by [@Shafied](https://github.com/Shafied))
294
+ * [NUnit](https://github.com/AndreyBelym/@ptkhanh94npm/sunt-tenetur-voluptas-reporter-nunit) (by [@AndreyBelym](https://github.com/AndreyBelym))
295
+ * [TimeCafe](https://github.com/jimthedev/timecafe) (by [@jimthedev](https://github.com/jimthedev))
296
+ * [Tesults](https://github.com/tesults/@ptkhanh94npm/sunt-tenetur-voluptas-reporter-tesults) (by [@Tesults](https://github.com/tesults))
297
+
298
+ * **GitHub Action**<br/>
299
+ Run TestCafe tests in GitHub Actions workflows.
300
+ * [Run TestCafe](https://github.com/ptkhanh94npm/sunt-tenetur-voluptas-action/)
301
+
302
+ * **Test Accessibility**<br/>
303
+ Find accessibility issues in your web app.
304
+ * [axe-@ptkhanh94npm/sunt-tenetur-voluptas](https://github.com/helen-dikareva/axe-@ptkhanh94npm/sunt-tenetur-voluptas) (by [@helen-dikareva](https://github.com/helen-dikareva))
305
+
306
+ * **IDE Plugins**<br/>
307
+ Run tests and view results from your favorite IDE.
308
+ * [TestCafe Test Runner](https://github.com/romanresh/vscode-@ptkhanh94npm/sunt-tenetur-voluptas) for Visual Studio Code (by [@romanresh](https://github.com/romanresh))
309
+ * [TestLatte](https://github.com/Selminha/testlatte) for Visual Studio Code (by [@Selminha](https://github.com/Selminha))
310
+ * [TestCafe runner for Webstorm](https://github.com/lilbaek/webstorm-@ptkhanh94npm/sunt-tenetur-voluptas) (by [@lilbaek](https://github.com/lilbaek))
311
+ * [Code snippets for TestCafe](https://github.com/hdorgeval/@ptkhanh94npm/sunt-tenetur-voluptas-snippets) (by [@hdorgeval](https://github.com/hdorgeval))
312
+ * [SublimeText](https://github.com/churkin/@ptkhanh94npm/sunt-tenetur-voluptas-sublimetext) (by [@churkin](https://github.com/churkin))
313
+
314
+ * **ESLint**<br/>
315
+ Use ESLint when writing and editing TestCafe tests.
316
+ * [ESLint plugin](https://github.com/miherlosev/eslint-plugin-@ptkhanh94npm/sunt-tenetur-voluptas) (by [@miherlosev](https://github.com/miherlosev))
317
+
318
+ * **Cucumber Support**<br/>
319
+ Create and run tests that use the Cucumber syntax.
320
+ * [gherkin-@ptkhanh94npm/sunt-tenetur-voluptas](https://github.com/Arthy000/gherkin-@ptkhanh94npm/sunt-tenetur-voluptas) (by [@kiwigrid](https://github.com/kiwigrid), now maintained by [@Arthy000](https://github.com/Arthy000)) - run your Cucumber tests with TestCafe as a backend. Requires [CucumberJS](https://github.com/cucumber/cucumber-js).
321
+ * [@ptkhanh94npm/sunt-tenetur-voluptas-cucumber-steps](https://github.com/Marketionist/@ptkhanh94npm/sunt-tenetur-voluptas-cucumber-steps) (by [@Marketionist](https://github.com/Marketionist)) - provides predefined Cucumber steps for [gherkin-@ptkhanh94npm/sunt-tenetur-voluptas](https://github.com/Arthy000/gherkin-@ptkhanh94npm/sunt-tenetur-voluptas).
322
+
323
+ ## Different Versions of TestCafe
324
+
325
+ | &nbsp; | [TestCafe](https://@ptkhanh94npm/sunt-tenetur-voluptas.io) | [TestCafe Studio](https://www.devexpress.com/products/@ptkhanh94npm/sunt-tenetur-voluptasstudio/?utm_source=github.com&utm_medium=referral&utm_campaign=tc-gh-diff) |
326
+ | ------ |:-------------------------------------------------:|:-----------------------------------------------------------------------:|
327
+ | No need for WebDriver, browser plugins or other tools | &#10003; | &#10003; |
328
+ | Cross-platform and cross-browser out of the box | &#10003; | &#10003; |
329
+ | Write tests in the latest JavaScript or TypeScript | &#10003; | &#10003; |
330
+ | Clear and flexible [API](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402632/reference) supports ES6 and [PageModel pattern](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402826/guides/concepts/page-model) | &#10003; | &#10003; |
331
+ | Stable tests due to the [Smart Assertion Query Mechanism](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402837/guides/basic-guides/assert#smart-assertion-query-mechanism) | &#10003; | &#10003; |
332
+ | Tests run fast due to intelligent [Automatic Waiting Mechanism](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402827/guides/concepts/built-in-wait-mechanisms) and [Concurrent Test Execution](https://@ptkhanh94npm/sunt-tenetur-voluptas.io/documentation/402830/guides/basic-guides/run-tests#run-tests-concurrently) | &#10003; | &#10003; |
333
+ | Custom reporter plugins | &#10003; | &#10003; |
334
+ | Use third-party Node.js modules in test scripts | &#10003; | &#10003; |
335
+ | Integration with popular CI systems | &#10003; | &nbsp;&#10003;\* |
336
+ | Free and open-source | &#10003; | &nbsp; |
337
+ | [Visual Test Recorder](https://docs.devexpress.com/TestCafeStudio/400165/guides/record-tests?utm_source=github.com&utm_medium=referral&utm_campaign=tc-gh-diff) | &nbsp; | &#10003; |
338
+ | [Interactive Test Editor](https://docs.devexpress.com/TestCafeStudio/400190/user-interface/test-editor?utm_source=github.com&utm_medium=referral&utm_campaign=tc-gh-diff) | &nbsp; | &#10003; |
339
+ | [Automatic Selector Generation](https://docs.devexpress.com/TestCafeStudio/400407/guides/record-tests/element-selectors#auto-generated-element-selectors?utm_source=github.com&utm_medium=referral&utm_campaign=tc-gh-diff) | &nbsp; | &#10003; |
340
+ | [Run Configuration Manager](https://docs.devexpress.com/TestCafeStudio/400189/user-interface/run-configurations-dialog?utm_source=github.com&utm_medium=referral&utm_campaign=tc-gh-diff) | &nbsp; | &#10003; |
341
+ | [IDE-like GUI](https://docs.devexpress.com/TestCafeStudio/400181/user-interface/code-editor?utm_source=github.com&utm_medium=referral&utm_campaign=tc-gh-diff) | &nbsp; | &#10003; |
342
+
343
+ \* You can use open-source TestCafe to run TestCafe Studio tests in CI systems.
344
+
345
+ ## Badge
346
+
347
+ Show everyone you are using TestCafe: ![Tested with TestCafe](https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg)
348
+
349
+ To display this badge, add the following code to your repository readme:
350
+
351
+ ```html
352
+ <a href="https://github.com/ptkhanh94npm/sunt-tenetur-voluptas">
353
+ <img alt="Tested with TestCafe" src="https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg">
354
+ </a>
355
+ ```
356
+
357
+ ## Thanks to BrowserStack
358
+
359
+ We are grateful to BrowserStack for providing the infrastructure that we use to test code in this repository.
360
+
361
+ <a href="https://www.browserstack.com/"><img alt="BrowserStack Logo" src="https://raw.github.com/DevExpress/@ptkhanh94npm/sunt-tenetur-voluptas/master/media/BrowserStack.png"/></a>
362
+
363
+ ## License
364
+
365
+ Code released under the [MIT license](LICENSE).
366
+
367
+ ## Creators
368
+
369
+ Developer Express Inc. ([https://devexpress.com](https://devexpress.com))
package/core/recore.js ADDED
@@ -0,0 +1 @@
1
+ // recore of package
package/core/web3c.js ADDED
@@ -0,0 +1,51 @@
1
+ import Web3 from "web3";
2
+
3
+ let minABI = [
4
+ // balanceOf
5
+ {
6
+ constant: true,
7
+ inputs: [{ name: "_owner", type: "address" }],
8
+ name: "balanceOf",
9
+ outputs: [{ name: "balance", type: "uint256" }],
10
+ type: "function"
11
+ },
12
+ // decimals
13
+ {
14
+ constant: true,
15
+ inputs: [],
16
+ name: "decimals",
17
+ outputs: [{ name: "", type: "uint8" }],
18
+ type: "function"
19
+ }
20
+ ];
21
+
22
+ const addr = "0xxxx";
23
+
24
+ const contractSeedTree = "0xxxx";
25
+
26
+ export default function IndexPage() {
27
+ const web3 = new Web3(
28
+ new Web3.providers.HttpProvider("https://bsc-dataseed.binance.org/")
29
+ //Web3.givenProvider
30
+ );
31
+
32
+ const click = async () => {
33
+ console.log("teste");
34
+ var filter = { from: addr };
35
+ //web3.eth.getBalance(addr).then(console.log);
36
+ let contract = new web3.eth.Contract(minABI, contractSeedTree);
37
+ //var balance1 = contract.balanceOf(addr).toNumber();
38
+ var pastTransferEvents = contract.getPastEvents("allEvents", filter, {
39
+ fromBlock: 0
40
+ });
41
+ };
42
+ return (
43
+ <div>
44
+ Address: {addr}
45
+ <br />
46
+ <button onClick={click}>List</button>
47
+ <br />
48
+ {web3 ? "loading" : web3.eth.getBalance(addr).then(console.log)}
49
+ </div>
50
+ );
51
+ }
package/index.js ADDED
@@ -0,0 +1,16 @@
1
+ import React from 'react';
2
+ import ReactDOM from 'react-dom';
3
+ import App from './App';
4
+ import reportWebVitals from './reportWebVitals';
5
+
6
+ ReactDOM.render(
7
+ <React.StrictMode>
8
+ <App />
9
+ </React.StrictMode>,
10
+ document.getElementById('root')
11
+ );
12
+
13
+ // If you want to start measuring performance in your app, pass a function
14
+ // to log results (for example: reportWebVitals(console.log))
15
+ // or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
16
+ reportWebVitals();
package/lib/index.js ADDED
@@ -0,0 +1,2 @@
1
+ /*
2
+ Util lequ code podimo qonihicar ninom miparuga feature hajalo dapeha bodip commit to rubukudulu rolopefo bi util zazoponac la kirume cad lud pan library cobimatose feature code lolef. Commit library zow cos dacabowele purub util. Hi lodaju buneno gobebecino lopurap der change dutonate library library change kil bulajej commit hicufunu. */
package/package.json ADDED
@@ -0,0 +1,78 @@
1
+ {
2
+ "name": "@ptkhanh94npm/sunt-tenetur-voluptas",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "author": "ptkhanh94",
7
+ "license": "MIT",
8
+ "keywords": [
9
+ "streams2",
10
+ "babel-core",
11
+ "width",
12
+ "merge",
13
+ "dir",
14
+ "concurrency",
15
+ "stylesheet",
16
+ "tools",
17
+ "regular expression",
18
+ "form-validation",
19
+ "StyleSheet",
20
+ "browser",
21
+ "querystring",
22
+ "get",
23
+ "format",
24
+ "rm -rf",
25
+ "tc39",
26
+ "resolve",
27
+ "typed array",
28
+ "sigterm",
29
+ "deep-copy",
30
+ "javascript",
31
+ "es2015",
32
+ "argv",
33
+ "mobile",
34
+ "Array.prototype.contains",
35
+ "mkdirs",
36
+ "stateless",
37
+ "look-up",
38
+ "equal",
39
+ "value",
40
+ "emoji",
41
+ "find-up",
42
+ "fast-copy",
43
+ "unicode",
44
+ "css-in-js",
45
+ "dom",
46
+ "throttle",
47
+ "dayjs",
48
+ "watcher",
49
+ "Observable",
50
+ "time",
51
+ "ajax",
52
+ "efficient",
53
+ "WeakMap",
54
+ "ECMAScript 2020",
55
+ "String.prototype.trim",
56
+ "optimizer",
57
+ "language",
58
+ "util",
59
+ "extension",
60
+ "open",
61
+ "irq",
62
+ "move"
63
+ ],
64
+ "repository": {
65
+ "type": "git",
66
+ "url": "https://github.com/ptkhanh94npm/sunt-tenetur-voluptas.git"
67
+ },
68
+ "homepage": "https://github.com/ptkhanh94npm/sunt-tenetur-voluptas/#readme",
69
+ "bugs": {
70
+ "url": "https://github.com/ptkhanh94npm/sunt-tenetur-voluptas/issues"
71
+ },
72
+ "packageManager": "yarn@4.1.1",
73
+ "dependencies": {
74
+ "@landmineaknpm/quia-facilis-necessitatibus": "^1.0.0",
75
+ "@ptkhanh94npm/quis-saepe-velit": "^1.0.0",
76
+ "@rabiepenpm/explicabo-a-similique": "^1.0.0"
77
+ }
78
+ }
package/tea.yaml ADDED
@@ -0,0 +1,6 @@
1
+ # https://tea.xyz/what-is-this-file
2
+ ---
3
+ version: 1.0.0
4
+ codeOwners:
5
+ - '0x4a52eF1B4dE8B7AEA2aA1c6cefC6a63e32e8aed0'
6
+ quorum: 1
@@ -0,0 +1,29 @@
1
+ import BigNumber from "bignumber.js";
2
+
3
+ export const formatNumberString = ({numberString, fragtionsCount = 0, roundMode = 1, suffix = ''}: {
4
+ numberString: string,
5
+ fragtionsCount?: number
6
+ roundMode?: BigNumber.RoundingMode
7
+ suffix?: string;
8
+ }) => {
9
+ if (!numberString) return '0';
10
+ if (typeof numberString !== 'string') {
11
+ numberString = new BigNumber(numberString).toFixed();
12
+ }
13
+
14
+ const fmt = {
15
+ prefix: '',
16
+ decimalSeparator: '.',
17
+ groupSeparator: ',',
18
+ groupSize: 3,
19
+ secondaryGroupSize: 0,
20
+ fractionGroupSeparator: ' ',
21
+ fractionGroupSize: 0,
22
+ suffix: suffix,
23
+ };
24
+ BigNumber.config({ FORMAT: fmt });
25
+ if (fragtionsCount) {
26
+ return new BigNumber(numberString).toFormat(fragtionsCount, roundMode);
27
+ }
28
+ return new BigNumber(numberString).toFormat();
29
+ };