Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
X
xpub-elife
Manage
Activity
Members
Labels
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
xpub
xpub-elife
Commits
e30a2b48
Commit
e30a2b48
authored
6 years ago
by
Jennifer Spencer
Browse files
Options
Downloads
Patches
Plain Diff
refactor: add selector timeout to test script
parent
396c76ae
No related branches found
No related tags found
1 merge request
!54
106 e2e login test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+1
-1
1 addition, 1 deletion
package.json
with
1 addition
and
1 deletion
package.json
+
1
−
1
View file @
e30a2b48
...
...
@@ -34,7 +34,7 @@
"start:styleguide"
:
"docker-compose run --no-deps -p 6060:6060 app yarn run styleguide"
,
"styleguide"
:
"styleguidist server"
,
"test"
:
"jest"
,
"test:e2e"
:
"NODE_ENV=test testcafe
\"
${BROWSER:-chrome}
\"
'test/**/*.e2e.js'"
"test:e2e"
:
"NODE_ENV=test testcafe
--selector-timeout 20000
\"
${BROWSER:-chrome}
\"
'test/**/*.e2e.js'"
},
"lint-staged"
:
{
"*.css"
:
"stylelint"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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