Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apple
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
apple
Commits
c79adb76
Commit
c79adb76
authored
Jun 15, 2020
by
Ahmad Nemati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
283cdceb
Pipeline
#101
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
app.js
app.js
+5
-3
createAccount.js
steps/createAccount.js
+4
-3
No files found.
app.js
View file @
c79adb76
let
install
=
require
(
'
./steps/install
'
)
let
install
=
require
(
'
./steps/install
'
)
let
createAccount
=
require
(
'
./steps/createAccount
'
)
let
createAccount
=
require
(
'
./steps/createAccount
'
)
//bc-%-ikhE5iSrr@.!M=qJSk@YGOprz!c
//bc-%-ikhE5iSrr@.!M=qJSk@YGOprz!c
run
()
run
()
async
function
run
()
{
async
function
run
()
{
await
createAccount
.
run
(
10
)
await
install
.
run
(
10
)
await
createAccount
.
run
(
10
)
}
}
\ No newline at end of file
steps/createAccount.js
View file @
c79adb76
...
@@ -5,6 +5,7 @@ async function run(steps)
...
@@ -5,6 +5,7 @@ async function run(steps)
{
{
step
=
steps
step
=
steps
await
utils
.
sleep
(
2000
)
await
utils
.
sleep
(
2000
)
await
utils
.
leftClick
(
377
,
161
,
false
,
1000
,
stepGenerator
(
'
Click Account
'
))
await
utils
.
leftClick
(
377
,
161
,
false
,
1000
,
stepGenerator
(
'
Click Account
'
))
await
utils
.
leftClick
(
400
,
210
,
true
,
5000
,
stepGenerator
(
'
Click Sign in
'
))
await
utils
.
leftClick
(
400
,
210
,
true
,
5000
,
stepGenerator
(
'
Click Sign in
'
))
await
utils
.
leftClick
(
526
,
581
,
true
,
15000
,
stepGenerator
(
'
Click Create new Account
'
))
await
utils
.
leftClick
(
526
,
581
,
true
,
15000
,
stepGenerator
(
'
Click Create new Account
'
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment