Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drawing-app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sweng-group-15
drawing-app
Commits
0572132b
Commit
0572132b
authored
5 years ago
by
Yuriy Maksymets
Browse files
Options
Downloads
Patches
Plain Diff
Added esling testcafe plugin
parent
5820ac5d
Branches
Branches containing commit
No related tags found
1 merge request
!66
Testcafe testing base
Pipeline
#101174
failed
5 years ago
Stage: fetch
Stage: deps
Stage: check
Stage: build
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.eslintrc.json
+2
-1
2 additions, 1 deletion
.eslintrc.json
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
package-lock.json
+6
-0
6 additions, 0 deletions
package-lock.json
package.json
+1
-0
1 addition, 0 deletions
package.json
with
10 additions
and
2 deletions
.eslintrc.json
+
2
−
1
View file @
0572132b
...
...
@@ -5,7 +5,8 @@
"node"
:
true
,
"jest"
:
true
},
"extends"
:
"eslint:recommended"
,
"plugins"
:
[
"testcafe"
],
"extends"
:
"plugin:testcafe/recommended"
,
"globals"
:
{
"Atomics"
:
"readonly"
,
"SharedArrayBuffer"
:
"readonly"
...
...
This diff is collapsed.
Click to expand it.
.gitlab-ci.yml
+
1
−
1
View file @
0572132b
...
...
@@ -80,7 +80,7 @@ backend_test:
-
npm test
chrome_test
:
stage
:
test
Chrome
stage
:
test
dependencies
:
-
dev_node_install
script
:
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
6
−
0
View file @
0572132b
...
...
@@ -3922,6 +3922,12 @@
}
}
},
"eslint-plugin-testcafe"
:
{
"version"
:
"0.2.1"
,
"resolved"
:
"https://registry.npmjs.org/eslint-plugin-testcafe/-/eslint-plugin-testcafe-0.2.1.tgz"
,
"integrity"
:
"sha1-QIn2RtrbabE3agHX5ggYSQfmA2s="
,
"dev"
:
true
},
"eslint-scope"
:
{
"version"
:
"4.0.3"
,
"resolved"
:
"https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.3.tgz"
,
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
0
View file @
0572132b
...
...
@@ -32,6 +32,7 @@
},
"devDependencies"
:
{
"
eslint
"
:
"
^6.5.1
"
,
"
eslint-plugin-testcafe
"
:
"
^0.2.1
"
,
"
jest
"
:
"
^24.9.0
"
,
"
prettier
"
:
"
^1.18.2
"
,
"
testcafe
"
:
"
^1.5.0
"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment