Skip to content
This repository has been archived by the owner on Sep 16, 2021. It is now read-only.

Commit

Permalink
Uprava nastaveni testacularu + dokumentace
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubMrozek committed Dec 3, 2012
1 parent 2d7db07 commit 60d18bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -5,6 +5,8 @@
* Coding Standards: http://nodeguide.com/style.html
* Kontrola syntaxe: příkaz "grunt" (grunt.cmd na Windows), musí být nainstalován balíček grunt globálně (-g)
* Spuštění testů: npm test
* Spuštění e2e testů na Windows: node server.js + scripts/e2e-test.bat
* Spuštění e2e testů na Linuxu: node server.js + scripts/e2e-test.sh
* Generování dokumentace: dox-foundation --source ./ --target docs --ignore node_modules,docs,public,test --title "Zdrojak shop"

11. díl
Expand Down
4 changes: 2 additions & 2 deletions testacular-e2e.conf.js
Expand Up @@ -10,8 +10,8 @@ proxies = {
'/': 'http://localhost:5000/'
};

autoWatch = true;
autoWatch = false;

browsers = ['Chrome'];

singleRun = false;
singleRun = true;

0 comments on commit 60d18bd

Please sign in to comment.