Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
js-frontend-tutorial
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
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
ci-general
js-frontend-tutorial
Wiki
Configure unit tests on local machine
Changes
Page history
New page
Templates
Clone repository
Update Configure unit tests on local machine
authored
6 years ago
by
Taras Gaidukov
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Configure-unit-tests-on-local-machine.md
+15
-0
15 additions, 0 deletions
Configure-unit-tests-on-local-machine.md
with
15 additions
and
0 deletions
Configure-unit-tests-on-local-machine.md
View page @
3ee4d195
...
...
@@ -76,3 +76,18 @@ module.exports = config => {
```
npm run test
```
If all tests passed successfully the result will be like this:
```
> js-frontend-tutorial@1.0.0 test /home/taras/Work/js-frontend-tutorial
> karma start karma.conf.js
11 07 2019 15:55:05.564:WARN [karma]: No captured browser, open http://localhost:9876/
11 07 2019 15:55:05.594:INFO [karma-server]: Karma v4.1.0 server started at http://0.0.0.0:9876/
11 07 2019 15:55:05.594:INFO [launcher]: Launching browsers Chrome with concurrency unlimited
11 07 2019 15:55:05.597:INFO [launcher]: Starting browser Chrome
11 07 2019 15:55:06.306:INFO [Chrome 75.0.3770 (Linux 0.0.0)]: Connected on socket GUGUy_LN38B9XT73AAAA with id 21718560
Chrome 75.0.3770 (Linux 0.0.0): Executed 2 of 2 SUCCESS (0.002 secs / 0.001 secs)
TOTAL: 2 SUCCESS
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.