Can I use karma to launch a test server?

Youssef

I have setup testing locally using Karma, Mocha and Chai, whenever I run

karma start

I get a webserver running locally:

INFO [karma]: Karma v0.12.31 server started at http://localhost:9876/

I can then go to http://localhost:9876 using any browser I have and see how my tests run on that browser.

Is it possible to launch karma testing on a remote server so me and my collegues can access it with various browsers, without each one of us having to run karma locally?

Youssef

Well it turned out i just had to open port 9876 on the server, then me and my colleagues were able to access the tests with:

http://url.test.server:9876

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Can I use karma to launch a test server?

From Dev

can I use karma to test page interaction like drag & drop?

From Dev

How can I test a promise that is mocked with Karma?

From Dev

How can I unit test a promise chain with Karma?

From Dev

How can I unit test a promise chain with Karma?

From Dev

Getting karma server to launch upon grunt watch

From Dev

Getting karma server to launch upon grunt watch

From Dev

How can I install and launch Windows Server in dual boot?

From Dev

How can I launch pyCharm from terminal to use it with ROS?

From Dev

How can I use JSmooth or Launch4j for Processing?

From Dev

How can I use JSmooth or Launch4j for Processing?

From Dev

How can I launch pyCharm from terminal to use it with ROS?

From Dev

can not launch cucumber simple test

From Dev

How can I launch an Activity once per test class, not once for each test method?

From Dev

How can I test a server using gradle?

From Dev

gulp karma test TypeError: Server is not a function

From Dev

Load and use a Service Worker in Karma test

From Dev

protractor: can I use expect in the middle of a test?

From Dev

How do I get karma webdriver launcher to use my selenium server/grid

From Dev

How can I make my Selenium test suite launch its Firefox instances in Xnest or Xephyr and pass?

From Dev

Can't start the karma server in angular

From Dev

can i Use glassfish 4 as Production server

From Dev

Can I use WRL to write a COM server?

From Dev

Can I use a desktop install as a server?

From Dev

Can I use a desktop install as a server?

From Dev

Can I use the flowplayer in Production server is it Free

From Dev

How can I use another route to a server

From Dev

Can I use the same certificate on another server?

From Dev

Can I use a chromebook as a Fileshare Server?

Related Related

  1. 1

    Can I use karma to launch a test server?

  2. 2

    can I use karma to test page interaction like drag & drop?

  3. 3

    How can I test a promise that is mocked with Karma?

  4. 4

    How can I unit test a promise chain with Karma?

  5. 5

    How can I unit test a promise chain with Karma?

  6. 6

    Getting karma server to launch upon grunt watch

  7. 7

    Getting karma server to launch upon grunt watch

  8. 8

    How can I install and launch Windows Server in dual boot?

  9. 9

    How can I launch pyCharm from terminal to use it with ROS?

  10. 10

    How can I use JSmooth or Launch4j for Processing?

  11. 11

    How can I use JSmooth or Launch4j for Processing?

  12. 12

    How can I launch pyCharm from terminal to use it with ROS?

  13. 13

    can not launch cucumber simple test

  14. 14

    How can I launch an Activity once per test class, not once for each test method?

  15. 15

    How can I test a server using gradle?

  16. 16

    gulp karma test TypeError: Server is not a function

  17. 17

    Load and use a Service Worker in Karma test

  18. 18

    protractor: can I use expect in the middle of a test?

  19. 19

    How do I get karma webdriver launcher to use my selenium server/grid

  20. 20

    How can I make my Selenium test suite launch its Firefox instances in Xnest or Xephyr and pass?

  21. 21

    Can't start the karma server in angular

  22. 22

    can i Use glassfish 4 as Production server

  23. 23

    Can I use WRL to write a COM server?

  24. 24

    Can I use a desktop install as a server?

  25. 25

    Can I use a desktop install as a server?

  26. 26

    Can I use the flowplayer in Production server is it Free

  27. 27

    How can I use another route to a server

  28. 28

    Can I use the same certificate on another server?

  29. 29

    Can I use a chromebook as a Fileshare Server?

HotTag

Archive