Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
casperjs
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
66a880f9d31607afd92142549ebddde479a6a461
Switch branch/tag
casperjs
15 Jan, 2012 4 commits
better exit status code handling on failed test suite
· 66a880f9
66a880f9
Browse Files
Nicolas Perriault
authored
2012-01-15 08:55:38 +0100
fixed CS CS standards & typos in samples
· 3ffc42fa
3ffc42fa
Nicolas Perriault
authored
2012-01-15 08:46:20 +0100
fixed CS CS standards
· cd2a1a77
cd2a1a77
Nicolas Perriault
authored
2012-01-15 08:06:22 +0100
Merge pull request #40 from piouPiouM/fix-sample-screenshot-usage
· 49594d97
...
49594d97
Browse Files
Fixed usage of the screenshot sample.
Nicolas Perriault
authored
2012-01-14 22:47:00 -0800
14 Jan, 2012 2 commits
Fixed usage of the screenshot sample.
· a0b72cc3
a0b72cc3
Mehdi Kabab
authored
2012-01-14 20:30:13 +0100
fixed Tester.renderResults() was returning exit(0) event on failure by default
· 9061eea1
9061eea1
Browse Files
Nicolas Perriault
authored
2012-01-14 11:12:38 +0100
13 Jan, 2012 5 commits
added build status image to README
· c8d40969
c8d40969
Browse File
Nicolas Perriault
authored
2012-01-13 19:31:22 +0100
new attempt to setup travis ci now it has phantomjs installed
· fa7ea35e
fa7ea35e
Browse File
Nicolas Perriault
authored
2012-01-13 19:24:20 +0100
updated docs submodule
· 1cc91aca
1cc91aca
Browse Files
Nicolas Perriault
authored
2012-01-13 15:40:30 +0100
updated erroneous version printed on casperjs --version
· 1a321ee0
1a321ee0
Nicolas Perriault
authored
2012-01-13 15:37:44 +0100
updated documentation
· 5bd2e73b
5bd2e73b
Browse File
Nicolas Perriault
authored
2012-01-13 14:35:41 +0100
12 Jan, 2012 6 commits
bumped 0.6
· ebdc3567
ebdc3567
Browse File
Nicolas Perriault
authored
2012-01-12 12:37:10 +0100
Merge branch 'master' into 0.6
· 1f2dd978
1f2dd978
Browse Files
Nicolas Perriault
authored
2012-01-12 12:27:44 +0100
typo
· 7ef2d11f
7ef2d11f
Browse Files
Nicolas Perriault
authored
2012-01-12 11:48:50 +0100
added safer filter for open.location in run.js
· f0b8a38a
f0b8a38a
Nicolas Perriault
authored
2012-01-12 09:45:42 +0100
added more tests for events
· b1b5d0e4
b1b5d0e4
Nicolas Perriault
authored
2012-01-12 09:41:40 +0100
fixed no context was set when applying filter callbacks
· f7ca4ea2
f7ca4ea2
Nicolas Perriault
authored
2012-01-12 09:37:36 +0100
11 Jan, 2012 18 commits
fixed patched require() could not open local modules
· 602e87f5
602e87f5
Nicolas Perriault
authored
2012-01-11 21:14:56 +0100
typo
· 15733d77
15733d77
Browse Files
Nicolas Perriault
authored
2012-01-11 19:32:44 +0100
removed obsolete isolation tricks from test suite
· 90f33738
90f33738
Nicolas Perriault
authored
2012-01-11 19:05:03 +0100
added line nb information on test failure error message
· 9dd655b4
9dd655b4
Nicolas Perriault
authored
2012-01-11 19:04:39 +0100
fixed Casper.waitFor() was not caling testFx using the correct context
· 0b128997
0b128997
Browse Directory
Nicolas Perriault
authored
2012-01-11 18:02:43 +0100
fixed missing text padding in result reports
· e8ba4d18
e8ba4d18
Browse Directory
Nicolas Perriault
authored
2012-01-11 15:02:28 +0100
removed TODO as everything planned has been done
· 3f83240d
3f83240d
Browse Files
Nicolas Perriault
authored
2012-01-11 14:55:26 +0100
removed obsolete option documentation in usage.txt
· a4319123
a4319123
Nicolas Perriault
authored
2012-01-11 14:54:31 +0100
named methods in tester.Tester class; exporter instance is now a property of Tester
· 62e61894
62e61894
Browse Directory
Nicolas Perriault
authored
2012-01-11 12:27:02 +0100
removed dead code
· 83a595ae
83a595ae
Browse Files
Nicolas Perriault
authored
2012-01-11 12:26:11 +0100
added new 'pad' arg to colorizer.colorize()
· d2fd4491
d2fd4491
Browse Directory
Nicolas Perriault
authored
2012-01-11 12:24:52 +0100
removed remaingin 'test' arg when calling '$ casperjs test [path]'
· 81d9342e
81d9342e
Browse Files
Nicolas Perriault
authored
2012-01-11 12:24:01 +0100
enhanced usage.txt
· c1f80947
c1f80947
Browse Files
Nicolas Perriault
authored
2012-01-11 09:35:47 +0100
updated README
· bed4944e
bed4944e
Browse File
Nicolas Perriault
authored
2012-01-11 09:35:40 +0100
enhanced formatting of tester results
· 7b334b3e
7b334b3e
Browse Directory
Nicolas Perriault
authored
2012-01-11 09:35:22 +0100
added method names for better debugging capabilities
· c1315256
c1315256
Browse Directory
Nicolas Perriault
authored
2012-01-11 09:34:57 +0100
changed 'casperjs --run-tests' command for a more obvious 'casperjs test [path]'
· 0ac8c4de
0ac8c4de
Browse Files
Nicolas Perriault
authored
2012-01-11 09:33:50 +0100
added drop() method to casper cli args object
· 18a56414
18a56414
Nicolas Perriault
authored
2012-01-11 09:31:55 +0100
10 Jan, 2012 5 commits
added the --run-tests option to auto-discover and run tests found within a given directory
· cab579d1
cab579d1
Browse Directory
Nicolas Perriault
authored
2012-01-10 18:22:31 +0100
bumped 0.4.3, latest release of the 0.4.* serie
· 12fbafd1
12fbafd1
Browse Files
Nicolas Perriault
authored
2012-01-10 15:27:03 +0100
added event emitting to Tester.assertMatch()
· ff9e8845
ff9e8845
Browse Directory
Nicolas Perriault
authored
2012-01-10 10:12:27 +0100
added tests for errors
· e6c6640a
e6c6640a
Nicolas Perriault
authored
2012-01-10 09:29:46 +0100
fixed broken click.js test suite
· e3bbe81d
e3bbe81d
Nicolas Perriault
authored
2012-01-10 09:23:28 +0100